spacetelescope / mirage

This code can be used to generate simulated NIRCam, NIRISS, or FGS data
https://mirage-data-simulator.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
39 stars 41 forks source link

Update irsa imports #763

Closed bhilbert4 closed 2 years ago

bhilbert4 commented 2 years ago

Testing has revealed the following warning: /home/runner/work/mirage/mirage/mirage/catalogs/create_catalog.py:23: DeprecationWarning: the irsa module has been moved to astroquery.ipac.irsa, please update your imports. from astroquery.irsa import Irsa

Need to update our imports

bhilbert4 commented 2 years ago

Resolved with #772