We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Tuple
SCCNonlinearProblem
1 parent f9c89a7 commit 746aa0fCopy full SHA for 746aa0f
src/problems/sccnonlinearproblem.jl
@@ -269,5 +269,5 @@ function SciMLBase.SCCNonlinearProblem{iip}(sys::System, op; eval_expression = f
269
@set! sys.eqs = new_eqs
270
@set! sys.index_cache = subset_unknowns_observed(
271
get_index_cache(sys), sys, new_dvs, getproperty.(obs, (:lhs,)))
272
- return SCCNonlinearProblem(subprobs, explicitfuns, p, true; sys)
+ return SCCNonlinearProblem(Tuple(subprobs), Tuple(explicitfuns), p, true; sys)
273
end
0 commit comments