Skip to content

Commit

Permalink
Update README.md (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCap23 authored Apr 11, 2024
1 parent d0731e0 commit bfebca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ constraint_equations = [
sum(optimization_variables.measurements.w₁) 3,
]

@named constraint_set = ConstraintsSystem(constraint_equations, optimization_variables,[])
@named constraint_set = ConstraintsSystem(constraint_equations, optimization_variables, Num[])

# Initialize the optimization problem
optimization_problem = OptimizationProblem(oed_problem, AutoForwardDiff(),
Expand Down

0 comments on commit bfebca6

Please sign in to comment.