StellarCartography / pydis

DEPRECATED: Check out PyKOSMOS!
https://github.com/jradavenport/pykosmos
MIT License
43 stars 27 forks source link

Python 3-compatibility attempt. #70

Closed tzdwi closed 6 years ago

tzdwi commented 6 years ago

fixed lots of loadtxt -> genfromtxt to fix numpy byte strings, fixed raw_input to input, fixed integer indices, fixed clobber -> overwrite. I THINK this was everything that needs to happen to make it happy, use at your own risk.

bmorris3 commented 6 years ago

@jradavenport Any chance you'll merge this soon? I intend to use pyDIS this week with Py3.