Skip to content

Commit

Permalink
Merge pull request #401 from dstansby/py311-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog authored Oct 18, 2023
2 parents d06440f + 9d0ea84 commit 7e1dc81
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,17 @@ jobs:
- macos: py38-test-oldestdeps
- macos: py39-test
- macos: py310-test
- macos: py311-test
- linux: py38-test-oldestdeps
- linux: py38-test
- linux: py39-test
- linux: py310-test
- linux: py311-test
- linux: py311-test-devdeps
- windows: py38-test-oldestdeps
- windows: py39-test
- windows: py310-test
- windows: py311-test
libraries: |
apt:
- libopenblas-dev
Expand Down
2 changes: 1 addition & 1 deletion docs/mosaicking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Note that this requires `Shapely <https://shapely.readthedocs.io/en/stable/manua
LATPOLE = -0.72166403860488 / [deg] Native latitude of celestial pole
...
>>> shape_out
(1800, 2202)
(1800, 2201)

As expected, the optimal shape is smaller than was returned previously.

Expand Down
2 changes: 1 addition & 1 deletion reproject/mosaicking/tests/test_wcs_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def test_args_tuple_header(self):
identity_expected_crpix = 20.630112, 15.649142
frame_projection_expected_crpix = 25.381691, 23.668728
frame_projection_expected_shape = 46, 50
auto_rotate_expected_crpix = 20.520875, 15.503349
auto_rotate_expected_crpix = 20.513458, 15.513241
multiple_size_expected_crpix = 27.279739, 17.29016


Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ all =
shapely
test =
pytest-astropy
shapely>=2.0.2 # 2.0.2 fixed a bug that causes changes in test results
testall =
shapely
sunpy[map]>=2.1;platform_machine!='i686'
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{37,38,39,310,311}-{test}{-oldestdeps,-numpy121}
py{38,39,310,311}-{test}{-oldestdeps,-numpy121}
build_docs
codestyle
isolated_build = True
Expand Down

0 comments on commit 7e1dc81

Please sign in to comment.