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 1
1
name = " SciMLBase"
2
2
uuid = " 0bca4576-84f4-4d90-8ffe-ffa030f20462"
3
3
authors = [
" Chris Rackauckas <[email protected] > and contributors" ]
4
- version = " 2.74.0 "
4
+ version = " 2.74.1 "
5
5
6
6
[deps ]
7
7
ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
Original file line number Diff line number Diff line change @@ -166,12 +166,6 @@ function remake(
166
166
167
167
args = (f,)
168
168
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
-
175
169
# `f1` and `f2` are wrapped in another SciMLFunction, unless they're
176
170
# already wrapped in the appropriate type or are an `AbstractSciMLOperator`
177
171
if ! (f isa Union{AbstractSciMLOperator, split_function_f_wrapper (T)})
You can’t perform that action at this time.
0 commit comments