diff --git a/Project.toml b/Project.toml index efcc893..4c3761b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GeoStatsFunctions" uuid = "6771c435-bc22-4842-b0c3-41852a255103" authors = ["Júlio Hoffimann and contributors"] -version = "0.4.2" +version = "0.4.3" [deps] Bessels = "0e736298-9ec6-45e8-9647-e4fc86a2fe38" @@ -33,7 +33,7 @@ GeoTables = "1.21" InteractiveUtils = "1.9" LinearAlgebra = "1.9" Makie = "0.21" -Meshes = "0.47" +Meshes = "0.47 - 0.48" NearestNeighbors = "0.4" Optim = "1.7" Printf = "1.9" diff --git a/test/empirical.jl b/test/empirical.jl index 5f8fb35..9e89259 100644 --- a/test/empirical.jl +++ b/test/empirical.jl @@ -65,7 +65,7 @@ x, y, n = values(γ) @test all(≥(0u"m"), x) @test all(≥(0), y) - @test all(>(0), n) + @test all(≥(0), n) # test variography with unitful data data = georef((z=[1 * u"K" for i in 1:100],), rand(Point, 100))