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 f5c21de commit e713a01Copy full SHA for e713a01
test/test_GMT.jl
@@ -2,13 +2,13 @@ using Test
2
using GeophysicalModelGenerator, GMT
3
4
Topo = import_topo(lat=[30,31], lon=[50, 51] )
5
-@test sum(Topo.depth.val) ≈ 2773.3734999999997
+@test sum(Topo.depth.val) ≈ 2777.5705
6
7
Topo = import_topo([50,51, 30,31]);
8
9
10
test_fwd = import_GeoTIFF("test_files/length_fwd.tif", fieldname=:forward)
11
@test maximum(test_fwd.fields.forward) ≈ 33.17775km
12
13
test2 = import_GeoTIFF("test_files/UTM2GTIF.TIF")
14
-@test test2.fields.layer1[20,20] == 105.0
+@test test2.fields.layer1[20,20] == 105.0
0 commit comments