Skip to content

Commit

Permalink
Ignore np.find_common_type warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegrabowski committed Oct 7, 2023
1 parent 81d9235 commit a830892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ filterwarnings =
ignore:.*(\b(pkg_resources\.declare_namespace|np\.bool8)\b).*:DeprecationWarning
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:ml_dtypes.float8_e4m3b11 is deprecated. Use ml_dtypes.float8_e4m3b11fnuz:DeprecationWarning
ignore::DeprecationWarning:numpy.core.numerictypes

0 comments on commit a830892

Please sign in to comment.