We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue expands the Issue #7.
jsonschema handles syntax and value types verification, but some verifications jsonschema isn't capable of doing
jsonschema
knotvector
The text was updated successfully, but these errors were encountered:
I'm not sure if this should be a responsability of dataio.py or the Section class
dataio.py
Section
Sorry, something went wrong.
If section has functions like from_json or from_dict, it should be responsability of the class to deal if the input is not correct.
section
from_json
from_dict
Hence, verification if a material is defined should be made my Material class.
Material
But verification if nodes and curves labels are unique can be made by dataio.py
nodes
curves
A safe keyword can be added to skip the verification in these functions.
safe
Previous comment resumes.
For now, some verifications are skiped. I think it's better to improve the package considering the input is good, than implementing verifications.
Update import and export refer to #7 and #15
8ccbdcc
No branches or pull requests
This issue expands the Issue #7.
jsonschema
handles syntax and value types verification, but some verificationsjsonschema
isn't capable of doingknotvector
for curves are orderedThe text was updated successfully, but these errors were encountered: