We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4064404 commit 6c53a99Copy full SHA for 6c53a99
test/test_ridge_segments.jl
@@ -26,9 +26,9 @@ using Test
26
27
# Add and save results
28
Grid = addfield(Grid, (; Phases, Temp))
29
- #write_paraview(Grid, "Ridge_Thermal_Structure_test_2")
+ write_paraview(Grid, "Ridge_Thermal_Structure_test_2")
30
31
- # Test verifications
+ @test mean(Temp) ≈ 1339.4833869172212
32
@test minimum(Temp) >= 0.0 # Minimum temperature
33
@test maximum(Temp) <= 1350.0 # Maximum temperature
34
@test all(Temp .>= 0.0) # Ensure no negative temperatures
0 commit comments