Skip to content

Commit 84306df

Browse files
committed
us assert_equal instead of assert_array_equal
1 parent f4aff55 commit 84306df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc_experimental/tests/model/test_model_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ def model_wrapped():
1919

2020
mw = model_wrapped()
2121

22-
np.testing.assert_array_equal(model.point_logps(), mw.point_logps())
22+
np.testing.assert_equal(model.point_logps(), mw.point_logps())

0 commit comments

Comments
 (0)