Skip to content

Commit 6530a9f

Browse files
committed
Additional test polygon
1 parent d5dd2e1 commit 6530a9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_setup_geometry.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,4 +232,5 @@ AddBox!(Phase, Temp, Cart; xlim=(0.0,600.0),ylim=(0.0,600.0), zlim=(-80.0, 0.0),
232232
addPolygon!(Phase, Temp, Cart; xlim=[500.0, 200.0, 500.0],ylim=[100.0,400.0], zlim=[0.0,0.0,-60.0], phase = ConstantPhase(8), T=LinearTemp(Ttop=20, Tbot=30))
233233

234234
@test maximum(Phase) == 8
235-
@test minimum(Temp) == 21.40845070422536
235+
@test minimum(Temp) == 21.40845070422536
236+
@test sum(Phase) == 7983517

0 commit comments

Comments
 (0)