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 np.bool error #3

Merged
merged 1 commit into from
Aug 24, 2023
Merged

Conversation

AbigailMcGovern
Copy link
Contributor

@AbigailMcGovern AbigailMcGovern commented Aug 12, 2023

Hi Alan,

I'm using your umetrics package to score segmentation accuracy to validate some of my segmentations. Unfortunately it contains the deprecated np.bool. I have replaced the once use of np.bool with bool to avoid the numpy has no attribute np.bool error.

I'm hoping you can approve this fix,

Best,

Abigail

Summary:

  • Replace np.bool with bool

Copy link
Collaborator

@quantumjot quantumjot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome - thanks @AbigailMcGovern !

@quantumjot quantumjot merged commit a16667a into lowe-lab-ucl:master Aug 24, 2023
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