-
Notifications
You must be signed in to change notification settings - Fork 143
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
Failed unit tests_keplerpropagator WINDOWS-10 #156
Comments
Could you let me know which compiler you are using? |
I'm using the same compiler which is recommended on the tudat installation guide, which comes along with the QT creator installer (MinGW 4.9.2 ). |
Hi Srikara, This failure is nothing to worry about for you, the (possibly) affected features are not used in any of the assignments. It seems to be that the long double conversions are not handled exactly as they should be in this particular case |
Hello Dominic, Alright, glad to hear that! Thanks for the help! |
Hi Srikara, From the look of your output, it seems like you are working with a very old version of the code. The error output you get is consistent with the unit test of the Kepler propagator as it was about a year ago. Moreover, your code is only producing output of 89 unit tests. There should be a lot more. Please refer to the wiki for instructions on how to update your code. After updating, recompile and rerun the unit tests. |
Hi Dominic, Oh alright, I see what the problem is. I'll download the latest bundle, and get started. |
LastTest.txt
The text was updated successfully, but these errors were encountered: