Skip to content

Commit 33f0b19

Browse files
refactor: generate Tuple form of SCCNonlinearProblem
1 parent cedf59c commit 33f0b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/problems/sccnonlinearproblem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,5 +267,5 @@ function SciMLBase.SCCNonlinearProblem{iip}(sys::System, op; eval_expression = f
267267
@set! sys.eqs = new_eqs
268268
@set! sys.index_cache = subset_unknowns_observed(
269269
get_index_cache(sys), sys, new_dvs, getproperty.(obs, (:lhs,)))
270-
return SCCNonlinearProblem(subprobs, explicitfuns, p, true; sys)
270+
return SCCNonlinearProblem(Tuple(subprobs), Tuple(explicitfuns), p, true; sys)
271271
end

0 commit comments

Comments
 (0)