-
Notifications
You must be signed in to change notification settings - Fork 9
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
SIMSBIOHUB-619: Import Observations With Sampling Information #1389
Conversation
Openshift URLs for the PR Deployment: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #1389 +/- ##
==========================================
- Coverage 46.34% 46.27% -0.07%
==========================================
Files 782 783 +1
Lines 21116 21193 +77
Branches 3166 3188 +22
==========================================
+ Hits 9787 9808 +21
- Misses 10745 10798 +53
- Partials 584 587 +3 ☔ View full report in Codecov by Sentry. |
Openshift URLs for the PR Deployment: |
Add constants for date/time formats.
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.
🐧
b253f48
to
1777265
Compare
Quality Gate passedIssues Measures |
Links to Jira Tickets
Description of Changes
Testing Notes
NOTE: Dates are assumed to be in UTC format when read in with xlsx.read(), causing observation dates to be incorrectly offset by 1 day earlier. This will be fixed in a separate PR.