Skip to content

Commit edad91d

Browse files
committed
Test polygon_3
1 parent 32adc3c commit edad91d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test_setup_geometry.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,4 @@ AddBox!(Phase, Temp, Cart; xlim=(0.0,600.0),ylim=(0.0,600.0), zlim=(-80.0, 0.0),
233233
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))
234234

235235
@test maximum(Phase) == 8
236-
@test minimum(Temp) == 21.40845070422536
237-
@test sum(Phase) == 292736
236+
@test minimum(Temp) == 21.40845070422536

0 commit comments

Comments
 (0)