Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] Deprecating np.bool Type Alias #396

Merged
merged 1 commit into from
Dec 21, 2022

Conversation

RangeKing
Copy link
Collaborator

Motivation

np.bool is a deprecated alias for the builtin bool and it was removed in https://github.com/numpy/numpy/releases/tag/v1.24.0 .

Modification

Replace all np.bool with bool.

@hhaAndroid hhaAndroid merged commit e00c343 into open-mmlab:dev Dec 21, 2022
@RangeKing RangeKing deleted the deprecate_np_bool branch December 21, 2022 02:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants