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 cases suggestions #99

Open
pr4deepr opened this issue Aug 28, 2024 · 2 comments
Open

test cases suggestions #99

pr4deepr opened this issue Aug 28, 2024 · 2 comments

Comments

@pr4deepr
Copy link
Contributor

Hi @haesleinhuepf
In terms of test cases:

  • opening ome tiff files
  • computing histogram of image intensities
  • fft or fourier transform
  • operations involving processing shapely polygons
    • converting coordinates to Points
    • list of points to polygons

Are these of interest?

Cheers
Pradeep

@pr4deepr
Copy link
Contributor Author

Another one could be composing affine transformations.

@haesleinhuepf
Copy link
Owner

haesleinhuepf commented Aug 28, 2024

Awesome, thanks for the input!

The others are great ideas too! Feel free to send a PR! :-)

And one hint: When implementing polygon, points and also affine-transforms: Make sure to build in some tolerance in the assert-statements so that multiple implementations (with slightly different results) can pass the tests.

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

2 participants