Skip to content

Commit 6c53a99

Browse files
committed
New test
1 parent 4064404 commit 6c53a99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_ridge_segments.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ using Test
2626

2727
# Add and save results
2828
Grid = addfield(Grid, (; Phases, Temp))
29-
#write_paraview(Grid, "Ridge_Thermal_Structure_test_2")
29+
write_paraview(Grid, "Ridge_Thermal_Structure_test_2")
3030

31-
# Test verifications
31+
@test mean(Temp) 1339.4833869172212
3232
@test minimum(Temp) >= 0.0 # Minimum temperature
3333
@test maximum(Temp) <= 1350.0 # Maximum temperature
3434
@test all(Temp .>= 0.0) # Ensure no negative temperatures

0 commit comments

Comments
 (0)