Skip to content

Commit

Permalink
hotfix autodiff remaker
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Dec 21, 2024
1 parent 3e7579a commit c16dd24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/OrdinaryDiffEqCore/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OrdinaryDiffEqCore"
uuid = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.14.0"
version = "1.14.1"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down
2 changes: 1 addition & 1 deletion lib/OrdinaryDiffEqCore/src/algorithms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function DiffEqBase.remake(
kwargs...) where {CS, AD, FDT, ST, CJ}
T = SciMLBase.remaker_of(thing)
T(; SciMLBase.struct_as_namedtuple(thing)...,
chunk_size = Val{CS}(), autodiff = AD, standardtag = Val{ST}(),
chunk_size = Val{CS}(), autodiff = thing.autodiff, standardtag = Val{ST}(),
concrete_jac = CJ === nothing ? CJ : Val{CJ}(),
kwargs...)
end
Expand Down

0 comments on commit c16dd24

Please sign in to comment.