GEOS-ESM / GMAOpyobs

GMAO pyobs
Apache License 2.0
4 stars 1 forks source link

bad sgp4_ import #4

Closed patricia-nasa closed 1 year ago

patricia-nasa commented 1 year ago

python3 uses relative imports. there's a bug in sgp4.py when import the f2py spg4_ module. Needs a local relative path as they are eventually installed in the same directory.

adarmenov commented 1 year ago

Addressed by @patricia-nasa in PR #5