We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4aff55 commit 84306dfCopy full SHA for 84306df
pymc_experimental/tests/model/test_model_api.py
@@ -19,4 +19,4 @@ def model_wrapped():
19
20
mw = model_wrapped()
21
22
- np.testing.assert_array_equal(model.point_logps(), mw.point_logps())
+ np.testing.assert_equal(model.point_logps(), mw.point_logps())
0 commit comments