cositools / cosipy

The COSI high-level data analysis tools
Apache License 2.0
3 stars 16 forks source link

cannot import cosipy #80

Closed ckarwin closed 8 months ago

ckarwin commented 9 months ago

I just updated to the most recent version of cosipy and I can't run import cosipy. This issue is caused by an import in COSILike.py:

from cosipy.coordinates.orientation import Orientation_file

If I comment this file out I can import cosipy.

Also, I am not sure who is working on the coordinates class, but the corresponding init files have not been set up.

eneights commented 9 months ago

The Orientation_file import is fixed in my pull request.

ckarwin commented 9 months ago

Thanks, Eliza. I'll take a look at your PR.

ckarwin commented 9 months ago

@eneights, I see @israelmcmc has already been going through your PR. I will wait for those comments to resolve.

ckarwin commented 8 months ago

This issue has been resolved with Eliza's last PR.