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

Add ignore errors to regionprops table #6603

Open
ElpadoCan opened this issue Oct 31, 2022 · 5 comments
Open

Add ignore errors to regionprops table #6603

ElpadoCan opened this issue Oct 31, 2022 · 5 comments

Comments

@ElpadoCan
Copy link

ElpadoCan commented Oct 31, 2022

Description:

I think it would be nice to have a keyword in skimage.measure.regionprops_table(..., errors='ignore', fill_value=None) to avoid raising an exception for the entire table.

For example, I have some 3D data where some objects raise an exception for axis_minor_length. I would still like to get all the other properties and fill with nan where the properties failed.

Thanks!

@stefanv
Copy link
Member

stefanv commented Oct 31, 2022

Sounds reasonable. Do you perhaps have time to help implement the change?

@ElpadoCan
Copy link
Author

Yes sure I can have a look into it

@stefanv
Copy link
Member

stefanv commented Nov 1, 2022

Thanks very much!

@github-actions
Copy link

github-actions bot commented May 1, 2023

Hey, there hasn't been any activity on this issue for more than 180 days. For now, we have marked it as "dormant" until there is some new activity. You are welcome to reach out to people by mentioning them here or on our forum if you need more feedback! If you think that this issue is no longer relevant, you may close it by yourself; otherwise, we may do it at some point (either way, it will be done manually). In any case, thank you for your contributions so far!

@github-actions github-actions bot added the 😴 Dormant no recent activity label May 1, 2023
@ElpadoCan
Copy link
Author

ElpadoCan commented May 9, 2023

Hi, any chance this can be checked? What the bot says it's true, but I haven't commented here anymore because for me the code is ready to go. Also, I spoke to some people who thought this feature would be good to have. Let me know what you think about it. Unfortunately, I cannot tell why the checks in PR #6611 failed. Thank you very much!

@github-actions github-actions bot removed the 😴 Dormant no recent activity label May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants