NuGrid / NuGridPy

Python tools to access and analyse NuGrid output data (including from MESA)
http://nugrid.github.io/NuGridPy
BSD 3-Clause "New" or "Revised" License
13 stars 10 forks source link

data_plot import error (easy fix) #49

Open digbyr opened 6 years ago

digbyr commented 6 years ago

In nugridpy/data_plot.py, line 3102: import ppn should read from . import ppn to avoid import error ImportError: No module named 'ppn'