Skip to content

Commit

Permalink
Merge pull request #745 from SciML/ChrisRackauckas-patch-2
Browse files Browse the repository at this point in the history
Test master
  • Loading branch information
ChrisRackauckas authored Oct 27, 2022
2 parents 8f02ca7 + b8f83a8 commit 9092bdf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RandomNumbers = "1.5.3"
RecursiveArrayTools = "2.4.2"
Reexport = "0.2, 1.0"
ReverseDiff = "1.9"
SciMLBase = "1.51.0"
SciMLBase = "1.66.0"
StaticArrays = "1"
StochasticDiffEq = "6.20"
Tracker = "0.2"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ SciMLSensitivity.jl is a component package in the [SciML Scientific Machine Lear
It holds the sensitivity analysis utilities. Users interested in using this
functionality should check out [DifferentialEquations.jl](https://docs.sciml.ai/DiffEqDocs/stable/).


## Tutorials and Documentation

For information on using the package,
Expand Down
2 changes: 1 addition & 1 deletion src/concrete_solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ function DiffEqBase._concrete_solve_adjoint(prob::Union{SciMLBase.AbstractODEPro

# saveat values
# seems overcomplicated, but see the PR
if sol.retcode === :Terminated
if sol.retcode == ReturnCode.Terminated
# solver might be terminated by a callback
@assert haskey(kwargs, :callback) && length(sol.t) < 3
# In this case, we don't want to save the sensitivity solutions at ts=sol.t
Expand Down

0 comments on commit 9092bdf

Please sign in to comment.