-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Export epoch formatters to Python #220
Export epoch formatters to Python #220
Conversation
Updates the requirements on [tabled](https://github.com/zhiburt/tabled) to permit the latest version. - [Release notes](https://github.com/zhiburt/tabled/releases) - [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md) - [Commits](https://github.com/zhiburt/tabled/commits) --- updated-dependencies: - dependency-name: tabled dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Also add the ability to load a specific EOP file from JPL
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #220 +/- ##
==========================================
+ Coverage 79.43% 80.22% +0.79%
==========================================
Files 16 16
Lines 3656 3707 +51
==========================================
+ Hits 2904 2974 +70
+ Misses 752 733 -19
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
This is done with the strptime and strftime function.
TODO:
Closes #212 and #211 .