Skip to content

Commit 704da0f

Browse files
committed
Modified test
1 parent 3076d78 commit 704da0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test_ridge_segments.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ 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 mean(Temp) 1339.4833869172212
3231
@test minimum(Temp) >= 0.0 # Minimum temperature
3332
@test maximum(Temp) <= 1350.0 # Maximum temperature
3433
@test all(Temp .>= 0.0) # Ensure no negative temperatures

0 commit comments

Comments
 (0)