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
since None is not a valid value of these fields in version 1.0.0 of the schema, where a string is expected. This problem has been worked around in the code for the main web app (HEPData/hepdata) by temporarily validating using version 0.1.0 of the schema if uploading an oldhepdata file, where no checks at all were made on the data_license. The temporary fix to validate using version 0.1.0 of the schema should be removed after this issue is closed and a new hepdata-converter version is made available.
The text was updated successfully, but these errors were encountered:
* Upgrade to latest hepdata-converter-ws-client v0.1.4.
* Pass validator_schema_version='0.1.0' converter option (closes#188).
* Also validate using old schema if converting from oldhepdata format.
* Remove this temporary fix after HEPData/hepdata-converter#32 closed.
Signed-off-by: Graeme Watt <Graeme.Watt@durham.ac.uk>
Remove these lines:
hepdata-converter/hepdata_converter/parsers/__init__.py
Lines 53 to 57 in 65c338a
since
None
is not a valid value of these fields in version1.0.0
of the schema, where a string is expected. This problem has been worked around in the code for the main web app (HEPData/hepdata) by temporarily validating using version0.1.0
of the schema if uploading anoldhepdata
file, where no checks at all were made on thedata_license
. The temporary fix to validate using version0.1.0
of the schema should be removed after this issue is closed and a newhepdata-converter
version is made available.The text was updated successfully, but these errors were encountered: