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

Object Size ECDF page in documents has incorrect function name in example. #1620

Closed
hkmanching opened this issue Nov 1, 2024 · 3 comments · Fixed by #1621
Closed

Object Size ECDF page in documents has incorrect function name in example. #1620

hkmanching opened this issue Nov 1, 2024 · 3 comments · Fixed by #1621
Labels
bug Bug or potential bug reports documentation Documentation issues or features help wanted Request help

Comments

@hkmanching
Copy link

Describe the bug
The wrong function name is called in example on page (https://plantcv.readthedocs.io/en/stable/visualize_obj_size_ecdf/), so it won't work.

Uses: fig_ecdf = pcv.visualize.ecdf.obj_size(mask=mask)
Should be: fig_ecdf = pcv.visualize.obj_size_ecdf(mask=mask)

@hkmanching hkmanching added the help wanted Request help label Nov 1, 2024
@HaleySchuhl HaleySchuhl added bug Bug or potential bug reports documentation Documentation issues or features labels Nov 1, 2024
@HaleySchuhl
Copy link
Contributor

@hkmanching thank you for bringing this to our attention. I can fix that.

@HaleySchuhl
Copy link
Contributor

@all-contributors please add @hkmanching for bug

Copy link
Contributor

@HaleySchuhl

I've put up a pull request to add @hkmanching! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug or potential bug reports documentation Documentation issues or features help wanted Request help
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants