-
Notifications
You must be signed in to change notification settings - Fork 62
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
Metadata sdtypes should be used instead of inferred sdtypes #263
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #263 +/- ##
==========================================
+ Coverage 48.00% 49.39% +1.39%
==========================================
Files 19 19
Lines 1154 1166 +12
==========================================
+ Hits 554 576 +22
+ Misses 600 590 -10 ☔ 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.
LGTM!
resolves #248
No longer default to inferred type. Rely on metadata unless it isn't specified or the sdtype is not supported.
Add a test to confirm it works as intended.