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

(+) abu_chart testcase - without datafile for now #9

Closed korobkin closed 8 years ago

korobkin commented 8 years ago

This should fix the 'get' method in ppn.py. isinstance apparently doesn't work as expected with 'future' package. It is safer to test types with type() function.

2sn commented 8 years ago

@korobkin @fherwig ... the dowsides of not just doing a clean and plain transition to Python 3 ...