Skip to content

Commit 2773480

Browse files
sophiagujburnim
authored andcommitted
Update cumsum.py
1 parent a110d3e commit 2773480

File tree

1 file changed

+1
-1
lines changed
  • tensorflow_probability/python/bijectors

1 file changed

+1
-1
lines changed

tensorflow_probability/python/bijectors/cumsum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,5 @@ def _forward_log_det_jacobian(self, x):
117117
return tf.constant(0., x.dtype)
118118

119119
@property
120-
def _compposite_tensor_shape_params(self):
120+
def _composite_tensor_shape_params(self):
121121
return ('axis',)

0 commit comments

Comments
 (0)