-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix setup.cfg #31
Fix setup.cfg #31
Conversation
Use pydantic dataclasses instead of the built-in dataclasses. Use `Any` instead of `dlite.Collection` for the type for stored DLite Collections. This is due to pydantic not being able to validate arbitrary types - and there is no way to allow this for a pydantic dataclass. Then it needs to be converted to a pydantic BaseModel, but we cannot do this.
Codecov Report
@@ Coverage Diff @@
## master #31 +/- ##
==========================================
+ Coverage 88.14% 88.94% +0.80%
==========================================
Files 10 10
Lines 194 199 +5
==========================================
+ Hits 171 177 +6
+ Misses 23 22 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
No description provided.