Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliette-Gerbaux committed Dec 10, 2024
1 parent dd4f35f commit 74381bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multi_stock_bellman_value_calculation.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ def Lget_costs(
if week >= week_start:
for scenario in range(param.len_scenario):
if not (os.path.exists(saving_directory)):
os.mkdir(saving_directory)
os.makedirs(saving_directory)
proto_path = (
saving_directory
+ f"/problem-{param.name_scenario[scenario]}-{week+1}.pkl"
Expand Down

0 comments on commit 74381bc

Please sign in to comment.