-
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
Unit test failures on Mac #171
Comments
The test_CowellStateDerivative failure has been reported by various Mac users: #136. The other two failures are related to an Earth atmosphere model. Is your download of the tudat bundle recent or are you using an older one? Do you see a folder 'nrlmsise-00' in your file tree in Qt creator? |
Could you attach you top-level CMakeLists.txt file, as well as your CMakeCache.txt file. The last one should be in your build folder (probably called qt-creator .... -build-..... or something like that, at the same level as the tudatBundle folder. |
Strange... In line 409 of your CMakeCache.txt, you see the following line: USE_NRLMSISE00:BOOL=OFF Close Qt and change it to USE_NRLMSISE00:BOOL=ON Now reopen Qt, recompile all tests, run the tests and let us know what happens. |
The test failures I mentioned was probably due to not clearing the "build-tudatBundle" folder I had from last year. Clearing that and running, I had the failure "dyld: Library not loaded: libboost_unit_test_framework-mt.dylib" during the Hello world application run. It was rectified by adding "set(Boost_USE_STATIC_LIBS ON)" in the CMakeLists.txt. Only test failure now is "test_CowellStateDerivative". |
I have three unit test failures
6:test_TabulatedAerodynamicCoefficients
72:test_CowellStateDerivative
79:test_DependentVariableOutput
I use Mac OS X 10.12.2
Can I continue or will this have effect on the assignments ?
Thanks
LastTest.txt
The text was updated successfully, but these errors were encountered: