Skip to content

Commit 607c124

Browse files
Merge pull request #2564 from SciML/remaker
hotfix autodiff remaker
2 parents 3e7579a + c16dd24 commit 607c124

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/OrdinaryDiffEqCore/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqCore"
22
uuid = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
33
authors = ["ParamThakkar123 <[email protected]>"]
4-
version = "1.14.0"
4+
version = "1.14.1"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

lib/OrdinaryDiffEqCore/src/algorithms.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function DiffEqBase.remake(
6161
kwargs...) where {CS, AD, FDT, ST, CJ}
6262
T = SciMLBase.remaker_of(thing)
6363
T(; SciMLBase.struct_as_namedtuple(thing)...,
64-
chunk_size = Val{CS}(), autodiff = AD, standardtag = Val{ST}(),
64+
chunk_size = Val{CS}(), autodiff = thing.autodiff, standardtag = Val{ST}(),
6565
concrete_jac = CJ === nothing ? CJ : Val{CJ}(),
6666
kwargs...)
6767
end

0 commit comments

Comments
 (0)