mperrin / webbpsf

James Webb Space Telescope PSF simulation tool - NOTE THIS VERSION OF REPO IS SUPERCEDED BY spacetelescope/webbpsf
BSD 3-Clause "New" or "Revised" License
16 stars 15 forks source link

Enforce Python 3 syntax and semantics #134

Closed josePhoenix closed 8 years ago

josePhoenix commented 8 years ago

Since we're targeting 2.7 and 3.5, this is low-hanging fruit for catching bugs before they happen. Caught one already when running the test suite after prepending the from __future__ import division, print_function, absolute_import, unicode_literals line.

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.1%) to 32.056% when pulling 1cc77eb94458eecaf8ff6ec1c2eaa05c92e40b2b on josePhoenix:quickfix-python3 into 124ad8f208c4b67eb0e049d144baf727be6e9dc1 on mperrin:master.