KCollins / conjugate_map

Files and scripts relating to geomagnetic conjugate maps.
MIT License
0 stars 1 forks source link

Fix style for pylint #4

Open aburrell opened 3 months ago

aburrell commented 3 months ago

Update code by fixing the style issues found by pylint.

KCollins commented 1 day ago

Question for @aburrell : How do I handle this warning?

conjugate_map/conjCalcFunctions.py:4:0: E0401: Unable to import 'aacgmv2' (import-error)
conjugate_map/conjCalcFunctions.py:6:0: E0401: Unable to import 'geopack' (import-error)
conjugate_map/conjCalcFunctions.py:7:0: E0401: Unable to import 'geopack' (import-error)
conjugate_map/conjCalcFunctions.py:8:0: E0401: Unable to import 'gpxpy' (import-error)
conjugate_map/conjCalcFunctions.py:9:0: E0401: Unable to import 'gpxpy.gpx' (import-error)
conjugate_map/conjCalcFunctions.py:10:0: E0401: Unable to import 'numpy' (import-error)
conjugate_map/conjCalcFunctions.py:12:0: E0401: Unable to import 'pandas' (import-error)
aburrell commented 20 hours ago

How do I handle this warning?

Which branch are you working on?

aburrell commented 20 hours ago

Ok, I figured it out. I think this is because the package isn't installed, so the dependencies aren't available to be imported. Check out pull request #19, which may fix this problem.