Skip to content

Commit

Permalink
Update cumsum.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiagu authored and jburnim committed Nov 15, 2023
1 parent a110d3e commit 2773480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_probability/python/bijectors/cumsum.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@ def _forward_log_det_jacobian(self, x):
return tf.constant(0., x.dtype)

@property
def _compposite_tensor_shape_params(self):
def _composite_tensor_shape_params(self):
return ('axis',)

0 comments on commit 2773480

Please sign in to comment.