Skip to content
New issue

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

"python plot_vulcan.py output/test.vul CH4,CO,CO2,H2O,C2H2 hd189" does not work #2

Closed
trevor-vincent opened this issue Jul 2, 2017 · 2 comments

Comments

@trevor-vincent
Copy link

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?

@trevor-vincent 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
@trevor-vincent
Copy link
Author

The problem was that plot_vulcan.py does not work if "output_humanread = True" is set in vulcan_cfg.py

@shami-EEG
Copy link
Collaborator

Thanks Vincent! I will remove the "output_humanread" flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants