Skip to content
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

Merged
merged 12 commits into from
Apr 16, 2023

Conversation

ChristopherRabotin
Copy link
Member

@ChristopherRabotin ChristopherRabotin commented Apr 14, 2023

This is done with the strptime and strftime function.

TODO:

  • Add Python tests in Github actions

Closes #212 and #211 .

dependabot bot and others added 4 commits April 13, 2023 11:59
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-commenter
Copy link

codecov-commenter commented Apr 14, 2023

Codecov Report

Patch coverage: 92.20% and project coverage change: +0.79 🎉

Comparison is base (274a3a6) 79.43% compared to head (f574232) 80.22%.

📣 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     
Impacted Files Coverage Δ
src/duration.rs 82.44% <ø> (ø)
src/timeseries.rs 94.14% <89.83%> (+5.11%) ⬆️
src/epoch.rs 87.98% <100.00%> (+0.24%) ⬆️
src/leap_seconds.rs 97.56% <100.00%> (+36.84%) ⬆️

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ChristopherRabotin ChristopherRabotin merged commit dffef5c into master Apr 16, 2023
@ChristopherRabotin ChristopherRabotin deleted the 211-export-epoch-formatters-to-python branch April 16, 2023 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update MSRV to the version from 6 months ago
2 participants