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
What exactly does the error traceback look like for this? I am getting the following when I use NISTIonizationEnergies in any way:
File "/home/nvieira/carsus/lib/python3.6/site-packages/carsus-0.1.dev0-py3.6.egg/carsus/io/nist/ionization.py", line 310, in __init__
self.parser = NISTIonizationEnergiesParser(input_data)
File "/home/nvieira/carsus/lib/python3.6/site-packages/carsus-0.1.dev0-py3.6.egg/carsus/io/base.py", line 37, in __init__
self.load(input_data)
File "/home/nvieira/carsus/lib/python3.6/site-packages/carsus-0.1.dev0-py3.6.egg/carsus/io/nist/ionization.py", line 84, in load
for a in pre_tag.find_all("a"):
AttributeError: 'NoneType' object has no attribute 'find_all'
I'm using an older version of carsus (which I'm currently updating in case that fixes anything) but have never encountered this issue, and am wondering if this is the issue I'm facing.
This causes tests to fail and would affect running Carsus from non-institutional connections, as well as running into timeouts.
The text was updated successfully, but these errors were encountered: