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
I ran vulcan with "python vulcan.py" and it ran successfully, producing output/test.vul. Then I tried
"python plot_vulcan.py output/test.vul CH4,CO,CO2,H2O,C2H2 hd189" in the same folder and I get:
Traceback (most recent call last):
File "plot_vulcan.py", line 34, in
data = pickle.load(handle)
File "/usr/lib/python2.7/pickle.py", line 1384, in load
return Unpickler(file).load()
File "/usr/lib/python2.7/pickle.py", line 864, in load
dispatchkey
KeyError: '{'
I got someone else to run these two commands on their computer and they ran into exactly the same error.
What are we doing wrong, or is this a bug?
The text was updated successfully, but these errors were encountered:
trevor-vincent
changed the title
python plot_vulcan.py output/test.vul CH4,CO,CO2,H2O,C2H2 hd189 does not work
"python plot_vulcan.py output/test.vul CH4,CO,CO2,H2O,C2H2 hd189" does not work
Jul 2, 2017
I ran vulcan with "python vulcan.py" and it ran successfully, producing output/test.vul. Then I tried
"python plot_vulcan.py output/test.vul CH4,CO,CO2,H2O,C2H2 hd189" in the same folder and I get:
Traceback (most recent call last):
File "plot_vulcan.py", line 34, in
data = pickle.load(handle)
File "/usr/lib/python2.7/pickle.py", line 1384, in load
return Unpickler(file).load()
File "/usr/lib/python2.7/pickle.py", line 864, in load
dispatchkey
KeyError: '{'
I got someone else to run these two commands on their computer and they ran into exactly the same error.
What are we doing wrong, or is this a bug?
The text was updated successfully, but these errors were encountered: