Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedongPeng committed May 16, 2024
1 parent 3837399 commit 2d71c60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
# Ignore HDA
hda = "hda"
HDA = "HDA"
equil = "equil"
2 changes: 1 addition & 1 deletion gdplib/med_term_purchasing/med_term_purchasing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ def process_balance_rule4(model, t):
doc='Input/output balance equation 2 for Process 3 in the process network',
)

# process capacity contraints
# process capacity constraints
# these are hardcoded based on the three processes and the process flow structure
def process_capacity_rule1(model, t):
"""
Expand Down

0 comments on commit 2d71c60

Please sign in to comment.