pymc-devs / pymc-experimental

https://pymc-experimental.readthedocs.io
Other
72 stars 47 forks source link

Update r2d2m2cp.py #245

Closed ferrine closed 8 months ago

ferrine commented 10 months ago

close #244

ferrine commented 10 months ago

What is wrong with numpy?

ferrine commented 9 months ago
ERROR pymc_experimental/tests/statespace/test_representation.py - DeprecationWarning: np.find_common_type is deprecated.  Please use `np.result_type` or `np.promote_types`.

this seems to be completely unrelated

twiecki commented 9 months ago
ERROR pymc_experimental/tests/statespace/test_representation.py - DeprecationWarning: np.find_common_type is deprecated.  Please use `np.result_type` or `np.promote_types`.

this seems to be completely unrelated

Fixed by https://github.com/pymc-devs/pymc-experimental/pull/251

jessegrabowski commented 9 months ago

CI should pass now if you merge the latest main into your branch

ferrine commented 8 months ago

back here to check the PR again