Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jul 14, 2023
1 parent af37995 commit b30f2bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SimulationService.jl
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ end

# data
function amr_get(df::DataFrame, sys::ODESystem, ::Val{:data})
df = CSV.read(here("examples", "dataset.csv"), DataFrame)
statelist = states(sys)
statenames = string.(statelist)
statenames = map(statenames) do n; n[1:end-3]; end # there's a better way to do this
Expand Down

0 comments on commit b30f2bf

Please sign in to comment.