Open proximous opened 8 years ago
Would be fixed by #3
Hi, I'm facing an error using the 'public' package of the package:
__singleton__ = GeoMag()
NameError: name 'GeoMag' is not defined
I believe the issue does not occur with the code from @todd-dembrey. Is this repo still active? If yes, can those changes be merged?
Not sure how much of a problem it is, but line 267 in geomag.py should explicity use integer division ('//') to be python3 compatible.
the compatible version would be:
(double slash to indicate integer division)