File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 11name = " SciMLBase"
22uuid = " 0bca4576-84f4-4d90-8ffe-ffa030f20462"
33authors = [
" Chris Rackauckas <[email protected] > and contributors" ]
4- version = " 2.74.0 "
4+ version = " 2.74.1 "
55
66[deps ]
77ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
Original file line number Diff line number Diff line change @@ -166,12 +166,6 @@ function remake(
166166
167167 args = (f,)
168168 if is_split_function (T)
169- # for DynamicalSDEFunction and SplitFunction
170- if isdefined (props, :_func_cache )
171- props = @insert props. _func_cache = props. _func_cache
172- props = @delete props. _func_cache
173- end
174-
175169 # `f1` and `f2` are wrapped in another SciMLFunction, unless they're
176170 # already wrapped in the appropriate type or are an `AbstractSciMLOperator`
177171 if ! (f isa Union{AbstractSciMLOperator, split_function_f_wrapper (T)})
You can’t perform that action at this time.
0 commit comments