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

Bug in mesa.py for python 3.6.1 | ipython 5.3.0 #27

Closed athiraam closed 7 years ago

athiraam commented 7 years ago

This line had to be changed in mesa.py for it to work in my python version, from fout=file(file_out,'w') to fout=open(file_out,'w').

Thanks to Christian for helping out with this.

nhard commented 7 years ago

Just saw it now.

This issue is closed by #32

fherwig commented 7 years ago

Thanks @nhard