-
Notifications
You must be signed in to change notification settings - Fork 322
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
API: Split metadata module and make public #4355
Conversation
Move funtions that need to know about dataset to that module and extend with a function that takes dataset rather than runid Split Metadatable class and shapshot diff functions into different submodules and make all public
Codecov Report
@@ Coverage Diff @@
## master #4355 +/- ##
==========================================
+ Coverage 68.34% 68.36% +0.01%
==========================================
Files 272 275 +3
Lines 30970 30978 +8
==========================================
+ Hits 21167 21177 +10
+ Misses 9803 9801 -2 |
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.
All good!
Co-authored-by: Mikhail Astafev <[email protected]>
bors merge |
🕐 Waiting for PR status (Github check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set. |
4355: API: Split metadata module and make public r=jenshnielsen a=jenshnielsen Move functions that need to know about dataset to that module and extend with a function that takes dataset rather than runid Split Metadatable class and shapshot diff functions into different submodules and make all public Co-authored-by: Jens H. Nielsen <[email protected]> Co-authored-by: Jens Hedegaard Nielsen <[email protected]>
Build failed: |
bors retry |
Move functions that need to know about dataset to that module
and extend with a function that takes dataset rather than runid
Split Metadatable class and shapshot diff functions into different
submodules and make all public