Skip to content

Commit

Permalink
CI updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ivborissov committed Jul 20, 2023
1 parent a06c4f6 commit f88d22c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
matrix:
version:
- '1.7' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
- '1.8'
# - 'nightly'
- '1' # automatically expands to the latest stable 1.x release of Julia
# - 'nightly'
os:
- ubuntu-latest
- macos-latest
Expand Down
1 change: 1 addition & 0 deletions src/ode_problem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ function remake_prob(scen::Scenario, params::NamedTuple; safetycopy=true)
prob0.p .= p0
return prob0
#return remake(prob0; u0=u0, p=p0)
#tmp. remake produces StackOverflow with EnsembleDistributed(), Julia 1.7 and SciMLBase >= 1.36.0
else
return prob0
end
Expand Down

0 comments on commit f88d22c

Please sign in to comment.