Skip to content

Commit 4fd028f

Browse files
Merge pull request #933 from SciML/splitremake
Remove SplitFunction remake drop
2 parents 4acde93 + 58a1b9c commit 4fd028f

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SciMLBase"
22
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
33
authors = ["Chris Rackauckas <[email protected]> and contributors"]
4-
version = "2.74.0"
4+
version = "2.74.1"
55

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

src/remake.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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)})

0 commit comments

Comments
 (0)