spectralDNS / mpiFFT4py

Parallel FFT in 3D or 2D using MPI for Python. Slab or pencil decomposition possible in 3D. Note this rep is being deprecated in favour of mpi4py-fft (https://bitbucket.org/mpi4py/mpi4py-fft)
GNU Lesser General Public License v3.0
21 stars 10 forks source link

2to3 #7

Closed tobson closed 8 years ago

tobson commented 8 years ago

Made a couple of minimal changes to make the test suite work in both Python 2 and 3.

mikaem commented 8 years ago

Hi Thanks a lot for the PR! I think we should probably also update the travis.yml script test to run for version 3 as well. Any chance you could look into that as well? Just add a version 3 of python to .travis.yml and update the PR, which should trigger a new test.

tobson commented 8 years ago

Done. Looks like everything works.