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 8356acc commit f79f01aCopy full SHA for f79f01a
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