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

future translation #3

Closed chritter closed 8 years ago

chritter commented 8 years ago

@adam-paul We just checked and nugridse.py and ascii_table.py are not fully ported yet.

adam-paul commented 8 years ago

As in they are not fully compatible with python 3? Or they are not fully ported from the svn? What went wrong when you checked them?

2sn commented 8 years ago

there were issues with tabs. python3 only eats spaces. (there were a few other issues as well)

I am waiting for @fherwig to approve/check my pull request #5, a better solution to some of the modifications "utils.py --> nuutils.py" rename would be to make nugridpy a "nugrid" package. I think I now know how to do this in a way compatible with python 3 using a future import.

2sn commented 8 years ago

@critter1 It would appear I should have used your branch not the master as base for my branch. a merge should have been done (by @fherwig )