Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Nov 17, 2024
1 parent 5898e7e commit b61ce4a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/dsl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -794,9 +794,7 @@ function read_observed_options(options, species_n_vars_declared, ivs_sorted)
ivs_get_expr_sorted = :(sort($(ivs_get_expr);
by = iv -> findfirst(MT.getname(iv) == ivs for ivs in $ivs_sorted)))

ivs_get_expr_sorted = :([τ, x])
println(ivs_get_expr_sorted)
obs_expr = insert_independent_variable(obs_eq.args[2], :(([τ, x])...))
obs_expr = insert_independent_variable(obs_eq.args[2], :($ivs_get_expr_sorted...))
push!(observed_vars.args[1].args, obs_expr)
end

Expand Down

0 comments on commit b61ce4a

Please sign in to comment.