Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelforget committed Sep 22, 2024
1 parent ff46cd9 commit 0dace20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,8 @@ end
lon0=-160
proj=Proj.Transformation(MA_preset=2,lon0=lon0)
Dint=reshape(Interpolate(D,λ.f,λ.i,λ.j,λ.w),size.lon))
Dint=reshape(Interpolate(D,λ),size.lon))

Interpolate(D,λ)
InterpolationFactors(Γ,30.0,30.0)

###
Expand Down

0 comments on commit 0dace20

Please sign in to comment.