Skip to content

Commit bb589b1

Browse files
authored
Merge pull request #118 from JuliaGeodynamics/pa-patch1
update Project.toml
2 parents 4ec919b + e713a01 commit bb589b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ FFMPEG = "0.4"
4545
FileIO = "1"
4646
GLMakie = "0.8, 0.9"
4747
GMT = "1"
48-
GeoParams = "0.2 - 0.5"
48+
GeoParams = "0.2 - 0.6"
4949
Geodesy = "1"
5050
GeometryBasics = "0.1 - 0.4"
5151
Glob = "1.2 - 1.3"

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)