Skip to content

Commit ca7b5bd

Browse files
committed
change back the test after discussion
1 parent a0d68d1 commit ca7b5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/tests/distributions/test_timeseries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ def sde_fn(x, k, d, s):
858858

859859
y_eval = draw(y, draws=2, random_seed=numpy_rng)
860860
assert y_eval[0].shape == (batch_size, steps)
861-
assert np.any(~np.isclose(y_eval[0], y_eval[1]))
861+
assert not np.any(np.isclose(y_eval[0], y_eval[1]))
862862

863863
if explicit_shape:
864864
kwargs["shape"] = steps

0 commit comments

Comments
 (0)