This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated DateTimeTest and TLETests with millisecond precision (#65)
* Updated DateTimeTest and TLETests with millisecond precision Added millisecond precision to the DateTimeTest.cs and TLETests.cs test case comparisons. Also updated the TargetFramework in IO.Astrodynamics.nuspec and IO.Astrodynamics.csproj from net6.0 to net8.0, and updated the version from 1.8.0 to 1.9.0. These changes are to ensure more accurate timezone conversion and increase compatibility with newer frameworks. * Add precision parameter to Assert.Equal in TLETests Updated the unit tests in TLETests.cs to include a precision parameter in the Assert.Equal method. This helps to avoid test failure due to floating point precision issues, specifically where minor differences in calculated orbital parameters could cause an otherwise valid test to fail.
- Loading branch information
1 parent
5d1c488
commit 8d5e3ed
Showing
14 changed files
with
172 additions
and
185 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.