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 1827d63 commit ebdd4e1Copy full SHA for ebdd4e1
test/Thermal/piston.jl
@@ -42,6 +42,6 @@ using ModelingToolkitStandardLibrary.Blocks
42
# The initial value doesn't add up to absolute zero, while the rest do. To avoid
43
# tolerance on the latter, the test is split in two parts.
44
@test sol[piston.gas.Q_flow][1] + sol[piston.coolant.Q_flow][1]≈0 atol=1e-6
45
- @test sol[piston.gas.Q_flow][2:end] + sol[piston.coolant.Q_flow][2:end] ==
+ @test sol[piston.gas.Q_flow][2:end] + sol[piston.coolant.Q_flow][2:end] ≈
46
zeros(length(sol) - 1)
47
end
0 commit comments