Skip to content

Commit

Permalink
Update src/reaction_network.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Isaacson <[email protected]>
  • Loading branch information
TorkelE and isaacsas authored Sep 18, 2023
1 parent 233d217 commit 3e08f0d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/reaction_network.jl
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,6 @@ function make_reaction_system(ex::Expr; name = :(gensym(:ReactionSystem)))
parameters_declared = extract_syms(options, :parameters)
variables = extract_syms(options, :variables)

# Handles a (potential) noise scaling parameter.
#noise_scaling_p_args = handle_noise_scaling_ps!(parameters_declared, options)

# handle independent variables
if haskey(options, :ivs)
ivs = Tuple(extract_syms(options, :ivs))
Expand Down

0 comments on commit 3e08f0d

Please sign in to comment.