-
Notifications
You must be signed in to change notification settings - Fork 3
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
BUG: radolan_test.cpp failing #3
Comments
After some testing, this turns out to be a bug within the coordinate_system.cpp, IMHO. |
@JuergenSimon Did you have time to look into this? Is this cruzial for using libradolan, or is this just minor? |
Hi, I had no time to look at any of this yet. I think it is a minor difference and wanted to replace the value test with a range test instead but never got round to it. Unfortunately I won't have any time in the foreseeable months for this project, sorry! |
@JuergenSimon Didn't want to stalk you. It would be very helpful if you just have a look, when pinging. I promis, I'll not overuse it 😀. |
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:
This is blocking conda-forge/staged-recipes#591 from adding the test.
The text was updated successfully, but these errors were encountered: