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

Sahilbirje4551 patch deprication fix for segmentation tasks #2008

Open
wants to merge 3 commits into
base: u7
Choose a base branch
from

Conversation

sahilbirje4551
Copy link

numpy lib latest version depricated use of astype(np.int) and astype(np.bool)
made the changes to astype(np.int64) and astype(np.bool_)

Fixed issue with np.int being depricated at line 488 replaced with np.int64
np.int to np.int64
numpy deprecated fix for plots.py
@sahilbirje4551 sahilbirje4551 changed the base branch from main to u7 March 31, 2024 20:12
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.

1 participant