-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fix duplicated hk time bin bug #379
Conversation
stixcore/time/datetime.py
Outdated
@@ -446,6 +452,15 @@ def to_datetime(self): | |||
except TypeError: | |||
utc = Spice.instance.scet_to_datetime(self.to_string()) | |||
|
|||
kernel_name = Spice.instance.meta_kernel_path[1].name.split('_')[4] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We really shouldn't use any time conversations in the future compared to the meta kernel date as they are subject to change especially for science data!
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #379 +/- ##
==========================================
+ Coverage 76.80% 77.08% +0.27%
==========================================
Files 66 66
Lines 6912 6907 -5
==========================================
+ Hits 5309 5324 +15
+ Misses 1603 1583 -20 ☔ View full report in Codecov by Sentry. |
50ca833
to
9562d95
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also end2end looks good minor timing diffs in the right packages
good to go
No description provided.