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 1af4d19 commit 75977d2Copy full SHA for 75977d2
test/Thermal/thermal.jl
@@ -29,7 +29,8 @@ using OrdinaryDiffEq: ReturnCode.Success
29
# Check if Relative temperature sensor reads the temperature of heat capacitor
30
# when connected to a thermal conductor and a fixed temperature source
31
@test SciMLBase.successful_retcode(sol)
32
- @test sol[reltem_sensor.T.u] + sol[tem_src.port.T] == sol[mass1.T] + sol[th_conductor.dT]
+ @test sol[reltem_sensor.T.u] + sol[tem_src.port.T] ==
33
+ sol[mass1.T] + sol[th_conductor.dT]
34
35
@info "Building a two-body system..."
36
eqs = [connect(T_sensor1.port, mass1.port, th_conductor.port_a)
0 commit comments