Skip to content

Commit 7434d66

Browse files
refactor: generate Tuple form of SCCNonlinearProblem
1 parent 910ce55 commit 7434d66

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
@@ -269,5 +269,5 @@ function SciMLBase.SCCNonlinearProblem{iip}(sys::System, op; eval_expression = f
269269
@set! sys.eqs = new_eqs
270270
@set! sys.index_cache = subset_unknowns_observed(
271271
get_index_cache(sys), sys, new_dvs, getproperty.(obs, (:lhs,)))
272-
return SCCNonlinearProblem(subprobs, explicitfuns, p, true; sys)
272+
return SCCNonlinearProblem(Tuple(subprobs), Tuple(explicitfuns), p, true; sys)
273273
end

0 commit comments

Comments
 (0)