Skip to content

Commit

Permalink
Fix typo in comment for least cost configuration optimization in `bui…
Browse files Browse the repository at this point in the history
…ld_modular_option` function from `modular_discrete.py`
  • Loading branch information
tristantc committed Jan 22, 2025
1 parent d2d8795 commit e8ca299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdplib/mod_hens/modular_discrete.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def build_modular_option(cafaro_approx, num_stages):
"""
m = build_model(cafaro_approx, num_stages)

# Optimize for the least cost configuration across all stages and matche
# Optimize for the least cost configuration across all stages and matches
for hot, cold in m.valid_matches:
lowest_price = float('inf')
for size in sorted(m.possible_sizes, reverse=True):
Expand Down

0 comments on commit e8ca299

Please sign in to comment.