Skip to content

Commit

Permalink
test no longer broken
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed May 9, 2024
1 parent 85e708e commit 8601ed1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/reactionsystem_structure/reactionsystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -368,9 +368,8 @@ let
obs = [Equation(L, 2 * x + y)]
@named rs3 = ReactionSystem(rxs, t; observed = obs)
L2 = L
@test_broken false # `@unpack` does not seem to work on observables.
#@unpack L = rs3
#@test isequal(L, L2)
@unpack L = rs3
@test isequal(L, L2)
end

# Test that non-integer stoichiometry goes through.
Expand Down

0 comments on commit 8601ed1

Please sign in to comment.