cedadev / nappy

NASA Ames Processing in PYthon (NAPPy) - a Python library for reading, writing and converting NASA Ames files.
BSD 3-Clause "New" or "Revised" License
9 stars 13 forks source link

Update common_utils.py #64

Closed joergklausen closed 7 months ago

joergklausen commented 7 months ago

Commenting out line 17, so that pip install works. The import (of numpy) was moved into the only function that uses numpy. This means any existing functionality is maintained within the module.

agstephens commented 7 months ago

@joergklausen I've updated this in a separate PR. Should be fixed now. Thanks