Skip to content

Commit 9230667

Browse files
committed
up
1 parent 18fcbf1 commit 9230667

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/dsl.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ end
577577
function get_rxexpr(rx::DSLReaction)
578578
# Initiates the `Reaction` expression.
579579
rate = recursive_escape_functions!(rx.rate)
580-
rx_constructor = :(Reaction($rate, [], [], [], []; metadata = $(rx.metadata)))
580+
rx_constructor = :(Reaction($rate, nothing, nothing; metadata = $(rx.metadata)))
581581

582582
# Loops through all products and substrates, and adds them (and their stoichiometries)
583583
# to the `Reaction` expression.

test/dsl/dsl_advanced_model_construction.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ end
7575

7676
### Test Interpolation Within the DSL ###
7777

78-
7978
# Declares parameters and species used across the test.
8079
@parameters α k k1 k2
8180
@species A(t) B(t) C(t) D(t)

0 commit comments

Comments
 (0)