QUOCKA-team / quocka

MIT License
5 stars 6 forks source link

Update to Python 3 #14

Closed AlecThomson closed 4 years ago

AlecThomson commented 5 years ago

Since official support for 2.7 ends in January 2020, we should probably update the pipeline to Python 3. There are also many libraries we are currently relying on (e.g. Astropy) which have already dropped 2.7 support.

AlecThomson commented 5 years ago

Adding to this: The astropy Gaussian2DKernel can only take a 'BPA' argument in Python 3. The 2.7 version can only do circular beams (it would seem).

AlecThomson commented 4 years ago

Fixed in #18