Skip to content

Commit e713a01

Browse files
committed
update test value
1 parent f5c21de commit e713a01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/test_GMT.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ using Test
22
using GeophysicalModelGenerator, GMT
33

44
Topo = import_topo(lat=[30,31], lon=[50, 51] )
5-
@test sum(Topo.depth.val) 2773.3734999999997
5+
@test sum(Topo.depth.val) 2777.5705
66

77
Topo = import_topo([50,51, 30,31]);
8-
@test sum(Topo.depth.val) 2773.3734999999997
8+
@test sum(Topo.depth.val) 2777.5705
99

1010
test_fwd = import_GeoTIFF("test_files/length_fwd.tif", fieldname=:forward)
1111
@test maximum(test_fwd.fields.forward) 33.17775km
1212

1313
test2 = import_GeoTIFF("test_files/UTM2GTIF.TIF")
14-
@test test2.fields.layer1[20,20] == 105.0
14+
@test test2.fields.layer1[20,20] == 105.0

0 commit comments

Comments
 (0)