Closed Nykko closed 10 years ago
Hi,
I think it's solve with last commit, clean saturation line definition.
That print line really was a debug line i forget remove, iapws is python 3.x compatible, but i normally work in python 2.x, clean too in this commit
Thanks!
Hi, the issue is in line 2237 fase.alfav=estado["alfav"] using iapws-1.0.3-py3.3.egg
btw: when you import "import iapws" in python3.x you get an error, the last line is not python3 compatible. print mix -> print (mix)