Skip to content

Commit c42288c

Browse files
committed
fix pre-commit
1 parent b993678 commit c42288c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymc/tests/test_transforms.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ def test_transforms_ordered():
568568
size=(10, 4),
569569
transform=pm.distributions.transforms.ordered,
570570
)
571-
571+
572572
log_prob = model.point_logps()
573573
np.testing.assert_allclose(list(log_prob.values()), np.array([18.69]))
574574

@@ -582,6 +582,6 @@ def test_transforms_sumto1():
582582
size=(10, 4),
583583
transform=pm.distributions.transforms.sum_to_1,
584584
)
585-
585+
586586
log_prob = model.point_logps()
587587
np.testing.assert_allclose(list(log_prob.values()), np.array([-56.76]))

0 commit comments

Comments
 (0)