Skip to content

Tune the test for robustness

Valentin Valls requested to merge fix-test_imageviewer_world_to_sample into master

Closes #44 (closed) #13 (closed)

The range from 1e6 to 1e-4 is kind of huge. Really close to the limit of float32. This problably explain why it often fails.

This is also the same atol used by the icoords bellow.

Merge request reports