lofar-astron / RMextract

extract TEC, vTEC, Earthmagnetic field and Rotation Measures from GPS and WMM data for radio interferometry observations
GNU General Public License v3.0
31 stars 22 forks source link

Fix inconsistent indentation mixing tabs and spaces (causes crash in Py3) #31

Closed tikk3r closed 4 years ago

tikk3r commented 4 years ago

This should fix #30. Tabs have been converted to spaces and I confirmed that e.g. from RMextract import getRM no longer throws the error about an inconsistent mix tabs and spaces, fixing the crashing when run in a Python 3 environment.