Skip to content

Commit

Permalink
Ignore np.cumproduct warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegrabowski committed Oct 7, 2023
1 parent a830892 commit 2c7cc5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ filterwarnings =
ignore::UserWarning:arviz.data.inference_data
ignore::DeprecationWarning:pkg_resources
ignore:np.find_common_type is deprecated. Please use `np.result_type` or `np.promote_types`.:DeprecationWarning
ignore:`cumproduct` is deprecated as of NumPy 1.25.0, and will be removed in NumPy 2.0. Please use `cumprod` instead.:DeprecationWarning
ignore:ml_dtypes.float8_e4m3b11 is deprecated. Use ml_dtypes.float8_e4m3b11fnuz:DeprecationWarning

0 comments on commit 2c7cc5e

Please sign in to comment.