milibopp / jelly

Abstraction layer for running numerical hydrodynamics software
1 stars 0 forks source link

Fix tests for Python 3.x #18

Closed milibopp closed 10 years ago

milibopp commented 10 years ago

This resolves issue #13 and uses six to achieve this. One test was removed entirely. It could have been resolved but since I want this method to be moved anyway, I'll fix that later.

Note: this PR has code from #16 merged into it for regression testing.