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

Genesis load error #12

Closed
dilawar opened this issue Nov 30, 2016 · 1 comment
Closed

Genesis load error #12

dilawar opened this issue Nov 30, 2016 · 1 comment

Comments

@dilawar
Copy link
Contributor

dilawar commented Nov 30, 2016

Loading genesis file 'genesis/reaction.g' is failing with this release. Following is the traceback.
The script is snippets/savemodel.py.

ReadKkit::setMethod: option  not known, using Exponential Euler (ee)
Traceback (most recent call last):
  File "snippets/savemodel.py", line 67, in <module>
    written = write('/model', 'testsave.g')
  File "/usr/lib/python2.7/site-packages/moose/genesis/_main.py", line 66, in write
    cmin,cmax,sceneitems = autoCoordinates(meshEntry,srcdesConnection)
  File "/usr/lib/python2.7/site-packages/moose/genesis/_main.py", line 278, in autoCoordinates
    position = nx.graphviz_layout(G, prog = 'dot')
  File "/usr/lib/python2.7/site-packages/networkx/drawing/nx_pydot.py", line 257, in graphviz_layout
    return pydot_layout(G=G,prog=prog,root=root,**kwds)
  File "/usr/lib/python2.7/site-packages/networkx/drawing/nx_pydot.py", line 277, in pydot_layout
    D=P.create_dot(prog=prog)
  File "/usr/lib/python2.7/site-packages/pydot.py", line 1802, in <lambda>
    lambda f=frmt, prog=self.prog : self.create(format=f, prog=prog))
  File "/usr/lib/python2.7/site-packages/pydot.py", line 2023, in create
    status, stderr_output) )
pydot.InvocationException: Program terminated with status: 1. stderr follows: Error: /tmp/tmpL19Zsb: syntax error in line 2 near ','
@dilawar
Copy link
Contributor Author

dilawar commented Jan 24, 2017

6ebca4d fixed this,

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

1 participant