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 32adc3c commit edad91dCopy full SHA for edad91d
test/test_setup_geometry.jl
@@ -233,5 +233,4 @@ AddBox!(Phase, Temp, Cart; xlim=(0.0,600.0),ylim=(0.0,600.0), zlim=(-80.0, 0.0),
233
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))
234
235
@test maximum(Phase) == 8
236
-@test minimum(Temp) == 21.40845070422536
237
-@test sum(Phase) == 292736
+@test minimum(Temp) == 21.40845070422536
0 commit comments