You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modify the submission_schema.json file so that each value of the cmenergies keyword is a number not a string, unless the value is a range like 1.7-4.7 (used for records migrated from the old site).
The text was updated successfully, but these errors were encountered:
* Move _get_major_version to Validator for SubmissionFileValidator use.
* Add check that each value of cmenergies are numeric or a range.
* Add test for check that cmenergies values are numeric or a range.
* Modify valid_submission.yaml for example of cmenergies as a range.
* Correct duplicate test_valid_submission_yaml_v1 function name.
* Add Python 3.7 and 3.8 to versions checked in Travis CI.
* Explain in README.rst how to pass 'data' for SubmissionFileValidator.
Modify the
submission_schema.json
file so that each value of thecmenergies
keyword is anumber
not astring
, unless the value is a range like1.7-4.7
(used for records migrated from the old site).The text was updated successfully, but these errors were encountered: