We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff97d5a commit 524d494Copy full SHA for 524d494
caltech_thesis.py
@@ -135,7 +135,8 @@ def cleanhtml(raw_html):
135
dates.append({"date":eprint['datestamp'],"dateType":"Available"})
136
metadata['dates'] = dates
137
138
- assert schema40.validate(metadata)
+ #Validation fails on Windows
139
+ #assert schema40.validate(metadata)
140
#Debugging if this fails
141
#v = schema40.validator.validate(metadata)
142
#errors = sorted(v.iter_errors(instance), key=lambda e: e.path)
0 commit comments