-
Notifications
You must be signed in to change notification settings - Fork 270
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
Load observation info with TableLoader; standardize id fields in containers #2096
Conversation
Codecov ReportBase: 92.51% // Head: 92.52% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2096 +/- ##
=======================================
Coverage 92.51% 92.52%
=======================================
Files 199 200 +1
Lines 16561 16582 +21
=======================================
+ Hits 15322 15343 +21
Misses 1239 1239
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 at Codecov. |
This adds an option to load the observation information from
/configuration/observation/observation_block
with TableLoader and join it to each event.This also standardizes the
obs_id
,event_id
andtel_id
fields used in some containers to remove mismatching descriptions which led to some warnings when merging different tables.