-
All the tests (except sofa-test) are throwing a SegFault exception in the FullDevelopmentBranch. I've tried cleaning all and building again, but still the same. Do you know what could be the problem?
…
-
System: Windows 10 Education
This is the only unit test which is failing.
```
Starting C:\dev\tudat\bin\unit_tests\test_JsonInterfaceDeserialization.exe...
Running 3 test cases...
C:/dev/tud…
-
[LastTest.txt](https://github.com/Tudat/tudat/files/1247828/LastTest.txt)
-
```
[ 93%] Linking CXX executable C:\Users\Pugazh\tudatBundle\tudat\bin\unit_tests\test_CustomStatePropagation.exe
cc1plus.exe: out of memory allocating 65536 bytes
tudat\Tudat\Astrodynamics\Prop…
-
The unit tests `test_EstimationFromPositionDoubleDouble` and `test_VariationalEquations` are failing in the full development branch (tested on Mac).
```
Starting /Users/aleix/Documents/tudatBundle…
-
Nothing is printed when the print interval of the propagator is set to be equal to the integrator's (fixed) step-size. If it's set to be at least 1 s longer than the step-size, then it does work as ex…
-
[LastTest.txt](https://github.com/Tudat/tudat/files/1296632/LastTest.txt)
OS: Ubuntu 16.04
development branch (commit a718c49ce2ae7112644b048e47b7c59aa4a2a4a2)
The following tests FAILED:
82…
-
[LastTest.log](https://github.com/Tudat/tudat/files/1475057/LastTest.log)
[LastTestsFailed.log](https://github.com/Tudat/tudat/files/1475058/LastTestsFailed.log)
![image](https://user-images.githubu…
-
Hi Dominic,
After carefully checking the time conversions files of the tudat I have some doubts. In many functions which accept the calendar date as input you say in the description that year, mont…
-
It would be nice to have functionality to convert between all these frames of reference. It seems we have all the pieces of the puzzle, including `SkyCoord`, `Time`, `EarthLocation`, and access to all…