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

Test and simplify PyNutil methods #21

Open
sharoncy opened this issue Apr 3, 2024 · 2 comments
Open

Test and simplify PyNutil methods #21

sharoncy opened this issue Apr 3, 2024 · 2 comments
Assignees

Comments

@sharoncy
Copy link
Member

sharoncy commented Apr 3, 2024

There are three methods: "all", "per_pixel" and "per_object".

To do: test them and check they produce correct results.

@sharoncy sharoncy self-assigned this Apr 3, 2024
@sharoncy
Copy link
Member Author

Method "All": Get results for pixel_count and object_count.
Method "per_pixel": Get results for pixel_count only
Method "per_object": Get results for object_count only.

@sharoncy
Copy link
Member Author

Consider removing option to generate separate results for "per_pixel" and "per_object" (everything is covered by the "all" option). To do this remove all statements "if method in" something something "all" (these can be deleted as long as there isn't an "and" statement". e.g. line 311...).

@sharoncy sharoncy changed the title Test PyNutil methods Test and simplify PyNutil methods Aug 21, 2024
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

No branches or pull requests

1 participant