We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c8e38 commit aff0823Copy full SHA for aff0823
test/test_GMT.jl
@@ -1,11 +1,11 @@
1
using Test
2
using GeophysicalModelGenerator, GMT
3
4
-Topo = import_topo(lat = [30, 31], lon = [50, 51])
5
-@test sum(Topo.depth.val) ≈ 2777.5705
+Topo = import_topo(lon = [8, 9], lat = [50, 51])
+@test sum(Topo.depth.val) ≈ 1076.7045 rtol = 1e-1
6
7
-Topo = import_topo([50, 51, 30, 31]);
8
+Topo = import_topo([8, 9, 50, 51]);
9
10
test_fwd = import_GeoTIFF("test_files/length_fwd.tif", fieldname = :forward)
11
@test maximum(test_fwd.fields.forward) ≈ 33.17775km
0 commit comments