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 06de0c1 commit 47a07ffCopy full SHA for 47a07ff
test/Thermal/thermal.jl
@@ -240,7 +240,7 @@ end
240
@test sol.retcode == Success
241
@test sol[T_winding.T] == sol[winding.T]
242
@test sol[T_core.T] == sol[core.T]
243
- @test sol[-core.port.Q_flow] ==
+ @test sol[-core.port.Q_flow] ≈
244
sol[coreLosses.port.Q_flow + convection.solid.Q_flow + winding2core.port_b.Q_flow]
245
@test sol[T_winding.T][end] >= 500 # not good but better than nothing
246
@test sol[T_core.T] <= sol[T_winding.T]
0 commit comments