You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @facero! I just dropped support for python 3.9 on master. I see though that tests are failing due to:
ImportError: cannot import name 'pixel_scale_angle_at_skycoord' from 'regions._utils.wcs_helpers' (/Users/runner/miniconda3/envs/fermipy/lib/python3.11/site-packages/regions/_utils/wcs_helpers.py)
Thanks @facero! I just dropped support for
python 3.9on master. I see though that tests are failing due to:which is called by
gammapy/utils/regions.py. Yesterdayregion 0.12was released andgammapylooks not compatible yet. Here you can find the changelog: https://astropy-regions.readthedocs.io/en/stable/changelog.html#changelogOriginally posted by @ndilalla in fermiPy/fermipy#679 (comment)