Skip to content

Commit d4945ab

Browse files
committed
fix format
1 parent a81959a commit d4945ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymc/tests/test_distributions_moments.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -784,10 +784,10 @@ def test_categorical_moment(p, size, expected):
784784
np.full((4, 5, 3), [1, 3, 0.0]),
785785
),
786786
(
787-
np.array([[3., 5], [1, 4]]),
787+
np.array([[3.0, 5], [1, 4]]),
788788
np.identity(2),
789789
(4, 5),
790-
np.full((4, 5, 2, 2), [[3., 5], [1, 4]])
790+
np.full((4, 5, 2, 2), [[3.0, 5], [1, 4]]),
791791
),
792792
],
793793
)

0 commit comments

Comments
 (0)