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 cedf59c commit 33f0b19Copy full SHA for 33f0b19
src/problems/sccnonlinearproblem.jl
@@ -267,5 +267,5 @@ function SciMLBase.SCCNonlinearProblem{iip}(sys::System, op; eval_expression = f
267
@set! sys.eqs = new_eqs
268
@set! sys.index_cache = subset_unknowns_observed(
269
get_index_cache(sys), sys, new_dvs, getproperty.(obs, (:lhs,)))
270
- return SCCNonlinearProblem(subprobs, explicitfuns, p, true; sys)
+ return SCCNonlinearProblem(Tuple(subprobs), Tuple(explicitfuns), p, true; sys)
271
end
0 commit comments