Skip to content

Commit 2202df1

Browse files
committed
Update test/runtest.jl and Manifest.toml~
1 parent 4a60f29 commit 2202df1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Manifest.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
julia_version = "1.12.1"
44
manifest_format = "2.0"
5-
project_hash = "5071e5ff603a6f8351e52c932450cb7f68e754a6"
5+
project_hash = "a2635d14f5fbf44451bc90296a42c009b93878bd"
66

77
[[deps.AbstractFFTs]]
88
deps = ["LinearAlgebra"]
@@ -460,12 +460,6 @@ git-tree-sha1 = "f923f9a774fcf3f5cb761bfa43aeadd689714813"
460460
uuid = "2e76f6c2-a576-52d4-95c1-20adfe4de566"
461461
version = "8.5.1+0"
462462

463-
[[deps.Stereonet]]
464-
deps = ["LinearAlgebra", "Makie", "Statistics"]
465-
path = "."
466-
uuid = "2079c055-d4a2-4eb8-9548-50343aa1f7d0"
467-
version = "0.1.0"
468-
469463
[[deps.HypergeometricFunctions]]
470464
deps = ["LinearAlgebra", "OpenLibm_jll", "SpecialFunctions"]
471465
git-tree-sha1 = "68c173f4f449de5b438ee67ed0c9c748dc31a2ec"
@@ -1242,6 +1236,12 @@ weakdeps = ["ChainRulesCore", "InverseFunctions"]
12421236
StatsFunsChainRulesCoreExt = "ChainRulesCore"
12431237
StatsFunsInverseFunctionsExt = "InverseFunctions"
12441238

1239+
[[deps.Stereonet]]
1240+
deps = ["LinearAlgebra", "Makie", "Statistics"]
1241+
path = "."
1242+
uuid = "2079c055-d4a2-4eb8-9548-50343aa1f7d0"
1243+
version = "0.1.0"
1244+
12451245
[[deps.StructArrays]]
12461246
deps = ["ConstructionBase", "DataAPI", "Tables"]
12471247
git-tree-sha1 = "a2c37d815bf00575332b7bd0389f771cb7987214"

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using LinearAlgebra
22
using Test
3-
using stereonet_functions
3+
using Stereonet
44

55
@testset "Stereonet.jl" begin
66

0 commit comments

Comments
 (0)