Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Sep 18, 2023
1 parent d132d25 commit 16b9d35
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/reaction_network.jl
Original file line number Diff line number Diff line change
Expand Up @@ -700,20 +700,6 @@ function recursive_expand_functions!(expr::ExprValues)
expr
end

### Option Handling ###

# Extracts any potential nosie scaling parameters and add them to teh decalred parameters.
function add_noise_scaling_ps!(parameters_declared, options)
haskey(options, :noise_scaling_parameters) || return
for arg in options[:noise_scaling_parameters].args[end:-1:3]
if arg isa Symbol
push!(parameters_declared, arg)
elseif arg isa Expr
push!(parameters_declared, arg.args[1])
end
end
end


# ### Old functions (for deleting).

Expand Down

0 comments on commit 16b9d35

Please sign in to comment.