LSSTDESC / TJPCov

TJPCov is a general covariance calculator interface to be used within LSST DESC
https://tjpcov.readthedocs.io
MIT License
11 stars 1 forks source link

Remove unneeded imports #62

Closed carlosggarcia closed 1 year ago

carlosggarcia commented 1 year ago

Remove unneeded imports. Closes #58.

This will require update in TXPipe (https://github.com/LSSTDESC/TXPipe/blob/b4c2e9dcb131f0296d4a98c6e09a169e5fd30cbc/txpipe/covariance.py#L262).

Edit: The TXPipe update has been done here: https://github.com/LSSTDESC/TXPipe/pull/282

carlosggarcia commented 1 year ago

Thanks @fjaviersanchez! I have also realized now that h5py and healpy are required dependencies at the moment, so I have added a new commit. No need to review it if the tests pass.