-
Notifications
You must be signed in to change notification settings - Fork 78
Bug fixes, continuing PEP585 support, PropertyDoc schema #1253
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1253 +/- ##
==========================================
- Coverage 89.42% 89.18% -0.24%
==========================================
Files 151 151
Lines 15632 15735 +103
==========================================
+ Hits 13979 14034 +55
- Misses 1653 1701 +48 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Okay guys, what is going on between this, #1252, and #1230 @mcgalcode your submission is for MLMD trajectory parsing, but has a patch for oszicar discovery? @esoteric-ephemera you cherry-picked (?) 9c636d6 which only adds the "oszicar" to the vasp discovery? But not the relative file path patch for the parsing? I thought all of the oszicar stuff was in #1230. Is the file discovery the only missing piece? |
|
This is mostly patch / bug fixes for TaskDoc, related to changes in 1223. I left out the The DOS parsing changes here allow TaskDoc to still parse when complete DOS info is missing, before it would throw an exception and fail Max's 1252 is mostly expanding the scope of TaskDoc to handle different run / task types (an MLMD run, something that's not in production data yet) Also still need to add tests for these since I think we're missing coverage |
…m json schema and model dump by default
Bug fixes:
PEP 585
typing.Setin favor ofset, and migrate objects like typing.Sequence to collections.abc.Sequence per the migration guideSchema Changes:
structurean optional top-level onPropertyDocthat is instantiated withfrom_structure. However, this field is by default both excluded from themodel_dumpand the JSON schemaSummaryDoc, overrides this behavior and includes the field inmodel_dump/ JSON schema