Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Commit

Permalink
Replace Ellipsoidal -> aniso2distance
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Nov 5, 2020
1 parent a914474 commit 3863d61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fft.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
end

Random.seed!(2019)
solver = FFTGaussSim(:z => (variogram=GaussianVariogram(distance=Ellipsoidal([20.,5.],[0.])),))
solver = FFTGaussSim(:z => (variogram=GaussianVariogram(distance=aniso2distance([20.,5.],[0.])),))
solution = solve(problem, solver)

if visualtests
@plottest plot(solution,size=(900,300)) joinpath(datadir,"FFT-aniso.png") !istravis
end
end
end

0 comments on commit 3863d61

Please sign in to comment.