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 line gives an exception AttributeError: 'NoneType' object has no attribute 'lower' if a qualifier with name SQRT(S) has no units:
AttributeError: 'NoneType' object has no attribute 'lower'
SQRT(S)
hepdata-converter/hepdata_converter/parsers/oldhepdata_parser.py
Line 540 in 3f0330d
Similarly if SQRT(S) is given as the name of a header without units:
Line 292 in 3f0330d
An additional condition should be added to these lines to check that the units are present and not None.
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This line gives an exception
AttributeError: 'NoneType' object has no attribute 'lower'
if a qualifier with nameSQRT(S)
has no units:hepdata-converter/hepdata_converter/parsers/oldhepdata_parser.py
Line 540 in 3f0330d
Similarly if
SQRT(S)
is given as the name of a header without units:hepdata-converter/hepdata_converter/parsers/oldhepdata_parser.py
Line 292 in 3f0330d
An additional condition should be added to these lines to check that the units are present and not
None
.The text was updated successfully, but these errors were encountered: