When I run radolan_test, the test breaks with:
FAILED:geographical coordinates of anchor point don't match
When I change the indices here to (450,450), then I get the correct results. However, the test still breaks, because the latitude values differ 1.42109e-14.
So there are two issues:
- indices, is 450, 450 correct?
- precision in comparing doubles
This is blocking conda-forge/staged-recipes#591 from adding the test.
When I run
radolan_test, the test breaks with:FAILED:geographical coordinates of anchor point don't matchWhen I change the indices here to (450,450), then I get the correct results. However, the test still breaks, because the latitude values differ
1.42109e-14.So there are two issues:
This is blocking conda-forge/staged-recipes#591 from adding the test.