Skip to content

Commit

Permalink
See #ANT-1267 Fix output tree to mirror Xpansion
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmnz committed Mar 12, 2024
1 parent ac46bb1 commit 773cfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/andromede/simulation/benders_decomposed.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def __init__(
master: OptimizationProblem,
subproblems: List[OptimizationProblem],
emplacement: str = "outputs/lp",
output_path: str = "output/xpansion",
output_path: str = "expansion",
) -> None:
self.master = master
self.subproblems = subproblems
Expand Down

0 comments on commit 773cfc2

Please sign in to comment.