Skip to content

Commit

Permalink
🩹 stats: fix np.bool usage in _distribution_infrastructure`
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Dec 20, 2024
1 parent 60908d1 commit b00bf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scipy-stubs/stats/_distribution_infrastructure.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class _Parameterization:
self,
/,
parameter_values: Mapping[str, _Parameter],
) -> tuple[onp.ArrayND[np.bool] | np.dtype[np.floating[Any]]]: ...
) -> tuple[onp.ArrayND[np.bool_] | np.dtype[np.floating[Any]]]: ...
def draw(
self,
/,
Expand Down

0 comments on commit b00bf2c

Please sign in to comment.