Skip to content

Commit

Permalink
fix TAN proj test, bump CI to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xzackli authored and Zack Li committed Nov 2, 2022
1 parent 754abec commit ebfe017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
version:
- '1.6'
- '1.7'
- '1.8'
- 'nightly'
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion test/test_geometry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ end
##
@testset "Enmap Gnomonic (Tangent Plane) projection" begin
shape = (1827, 1825)
wcs = WCSTransform(2;
wcs = Pixell.WCS.WCSTransform(2;
cdelt = [0.00833333, 0.00833333],
ctype = ["RA---TAN", "DEC--TAN"],
crpix = [913.36495097, 921.03165237],
Expand Down

0 comments on commit ebfe017

Please sign in to comment.