Jupyter-Kale / kale

Jupyter Interactive Workflows for High Performance Computing
Other
15 stars 3 forks source link

DAG Graph Layout difference based on python environment #13

Closed OliverEvans96 closed 7 years ago

OliverEvans96 commented 7 years ago

On cori, the DAG is organized as it should be by dot via networkx.drawing.nx_pydot.graphviz_layout here. The output is as follows: layout_cori The python environment is specified at pyenvs/cori_pyenv.yml

Whereas on my laptop, the output is: layout_laptop. with python environment: pyenvs/oliver-laptop_pyenv.yml

The layout works as expected on my laptop by cloning the environment from cori, so the issue is the environment, not the machine. I haven't been able to determine which package differences are causing the issue, but I can imagine this being an issue for others if the layout is so fickle.

OliverEvans96 commented 7 years ago

Fixed by a7f162f2e7b5d7e70442d0bc0c9f1182a92d8ecd

OliverEvans96 commented 7 years ago

I was wrong! The current requirements.txt still exhibits this issue.