-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add example describing the structure of the JSON/dict input format for Dataset object #911
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #911 +/- ##
=======================================
Coverage 88.23% 88.23%
=======================================
Files 48 48
Lines 6382 6382
=======================================
Hits 5631 5631
Misses 751 751 ☔ View full report in Codecov by Sentry. |
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.
Thanks for doing this, this is a good contribution! I just changed the Study/Contrast level->dictionary since that describes the data type used at those levels and makes it consistent with the lower section headings.
# be mapped to five core DataFrames: annotations, coordinates, images, metadata, and texts. | ||
|
||
############################################################################### | ||
# Study Level |
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.
# Study Level | |
# Study Dictionary |
# } | ||
|
||
############################################################################### | ||
# Contrast Level |
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.
# Contrast Level | |
# Contrast Dictionary |
Add example describing the structure of the JSON/dict input format for Dataset object.
Closes #910.
Summary by Sourcery
Add an example describing the structure of the JSON/dict input format for the Dataset object.
New Features:
Documentation: