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 ee5f493 commit 1911363Copy full SHA for 1911363
test/stream_connectors.jl
@@ -294,9 +294,7 @@ sys_ = expand_connections(n1m1Test)
294
sys_defs = ModelingToolkit.defaults(sys_)
295
csys = complete(n1m1Test)
296
@test Symbol(sys_defs[csys.pipe.port_a.rho]) == Symbol(csys.fluid.rho)
297
-
298
-#TODO: This test fails...Is the AdiabaticStraightPipe really a valid component?
299
-# @test Symbol(sys_defs[csys.pipe.port_b.rho]) == Symbol(csys.fluid.rho)
+@test Symbol(sys_defs[csys.pipe.port_b.rho]) == Symbol(csys.fluid.rho)
300
301
# Testing the domain feature with non-stream system...
302
0 commit comments