Skip to content

Commit bc93f41

Browse files
committed
up
1 parent 9c8e5c2 commit bc93f41

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/reactionsystem_structure/reactionsystem.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,9 @@ let
368368
obs = [Equation(L, 2 * x + y)]
369369
@named rs3 = ReactionSystem(rxs, t; observed = obs)
370370
L2 = L
371-
@unpack L = rs3
372-
@test_broken false #@test isequal(L, L2) # `@unpack` does not seem to work on observables.
371+
@test_broken false # `@unpack` does not seem to work on observables.
372+
#@unpack L = rs3
373+
#@test isequal(L, L2)
373374
end
374375

375376
# Test that non-integer stoichiometry goes through.

0 commit comments

Comments
 (0)