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.
1 parent c6ef04a commit 7878225Copy full SHA for 7878225
src/systems/optimization/constraints_system.jl
@@ -90,9 +90,6 @@ struct ConstraintsSystem <: AbstractTimeIndependentSystem
90
complete = false, index_cache = nothing;
91
checks::Union{Bool, Int} = true)
92
93
- ##if checks == true || (checks & CheckComponents) > 0
94
- ## check_variables(unknowns, constraints)
95
- ##end
96
if checks == true || (checks & CheckUnits) > 0
97
u = __get_unit_type(unknowns, ps)
98
check_units(u, constraints)
0 commit comments