Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jul 2, 2024
1 parent c042a3a commit 5cca99f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions petabtests/cases/v2.0.0/sbml/0018/0018.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@
k1 = 0
k2 = 0
compartment default_compartment
species A in default_compartment = 0
B = 0
A = a0
species A in default_compartment = a0
B = b0
A' = k2 * B - k1 * A
B' = - default_compartment * k2 * B + default_compartment * k1 * A
Expand Down

0 comments on commit 5cca99f

Please sign in to comment.