- 21 Sep, 2022 4 commits
-
-
Vincent CUCCHIETTI authored
Fixing Conflicts for issue 956 See merge request !1
-
Maxime Journot authored
Fixes #956
-
Maxime Journot authored
Added method to get the measurement type. Closes #955 See merge request !299
-
Maxime Journot authored
Added default method `getMeasurementType` in `ObservedMeasurement` that returns the name of the class Added a constant String `MEASUREMENT_TYPE` in each measurement class to get the class name as a String Used both additions to improve measurements type checks in tests Fixes #955
-
- 16 Sep, 2022 2 commits
-
-
Maxime Journot authored
See merge request !286
-
Maxime Journot authored
* Updated release guide with instruction for releasing a patch version * Updated contribution guide with tips for correcting bugs planned for a patch version Fixes #948
-
- 13 Sep, 2022 1 commit
-
-
Evan Ward authored
Add test for XML entities in NDMs See merge request orekit/orekit!287
-
- 08 Sep, 2022 2 commits
-
-
Vincent CUCCHIETTI authored
Updated changes.xml
-
Vincent CUCCHIETTI authored
Fixed these tests so Eclipse can run the tests without failing.
-
- 07 Sep, 2022 1 commit
-
-
Vincent CUCCHIETTI authored
-
- 29 Aug, 2022 2 commits
-
-
Evan Ward authored
Add method to round a DateTimeComponents Closes #954 See merge request orekit/orekit!297
-
Evan Ward authored
Add constructor to AggregateBoundedPropagator See merge request orekit/orekit!296
-
- 26 Aug, 2022 2 commits
- 24 Aug, 2022 11 commits
-
-
Vincent CUCCHIETTI authored
Went from 254 to 253 OrekitMessages following previous commit.
-
Vincent CUCCHIETTI authored
Deleted unwanted modifications in this branch
-
Vincent CUCCHIETTI authored
-
Vincent CUCCHIETTI authored
-
Vincent CUCCHIETTI authored
-
Vincent CUCCHIETTI authored
-
Vincent CUCCHIETTI authored
Noticed that tests would run on eclipse/intellij but not with maven test. @BeforeEach methods weren't taken into account when using maven test. This was solved by adding a dependency to the junit jupiter engine as explained here : https://www.javafixing.com/2021/11/fixed-maven-does-not-run-beforeeach.html.
-
Vincent CUCCHIETTI authored
Deleted ExtremumApproachDetector.java and associated tests that shouldn't be in this branch.
-
Vincent CUCCHIETTI authored
-
Vincent CUCCHIETTI authored
-
Vincent CUCCHIETTI authored
Fixed some documentation in tests. Changed pom to use JUnit 5 version 5.9.0.
-
- 23 Aug, 2022 1 commit
-
-
Vincent CUCCHIETTI authored
Migrated all tests to JUnit 5. Changed pom to use JUnit 5.
-
- 18 Aug, 2022 11 commits
-
-
Vincent CUCCHIETTI authored
-
Vincent CUCCHIETTI authored
-
Vincent CUCCHIETTI authored
-
Vincent CUCCHIETTI authored
Added some documentation and improved FrameToolsTest.
-
Vincent CUCCHIETTI authored
getTransform(OrbitRelativeFrame fIn, FrameFacade fOut) now uses rotations instead of transforms. Added specific test for getTransform(OrbitRelativeFrame fIn, FrameFacade fOut).
-
Vincent CUCCHIETTI authored
Fixed the tests so that they are similar to the Orekit philosophy. Removed previously added dependencies such as JUnit5.
-
Vincent CUCCHIETTI authored
Fixed the tests so that they are similar to the Orekit philosophy. Removed previously added dependencies such as AssertJ and JUnit5.
-
Vincent CUCCHIETTI authored
Added .idea/ and orekit.iml in the .gitignore
-
Vincent CUCCHIETTI authored
Added orekit.iml to the .gitignore file.
-
Vincent CUCCHIETTI authored
Added INVALID_TRANSFORM in OrekitMessages. Fixed exception : Changed IllegalArgumentException to OrekitIllegalArgumentException. Fixed FrameToolsTest : Deleted FrameTools-data and changed the initial orbit date so that we can use the regular-data.
-
Vincent CUCCHIETTI authored
-
- 17 Aug, 2022 3 commits
-
-
Vincent CUCCHIETTI authored
-
Vincent CUCCHIETTI authored
-
Vincent CUCCHIETTI authored
-