Skip to content

Commit

Permalink
reverting last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr3ven committed Sep 13, 2023
1 parent 519d16c commit fe7872e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_Density.jl
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ using Test, GeoParams, StaticArrays
# @test num_alloc ≤ 32

# Read Phase diagram interpolation object
fname = "test\\test_data\\Peridotite_dry.in"
fname = "test_data/Peridotite_dry.in"
PD_data = PerpleX_LaMEM_Diagram(fname)
@test PD_data.meltFrac(1500, 1e7) 0.2538048323727155
@test PD_data.Rho(1500, 1e7) 3054.8671154189938
Expand Down Expand Up @@ -115,7 +115,7 @@ using Test, GeoParams, StaticArrays
Name="Mantle",
Phase=0,
CreepLaws=(PowerlawViscous(), LinearViscous(; η=1e23Pa * s)),
Density=PerpleX_LaMEM_Diagram("test\\test_data\\sediments_1.in"),
Density=PerpleX_LaMEM_Diagram("test_data/sediments_1.in"),
)

MatParam[2] = SetMaterialParams(;
Expand Down

0 comments on commit fe7872e

Please sign in to comment.