Skip to content

Commit

Permalink
Merge branch 'main' into pysmo_custom_sampling
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl authored Jan 18, 2024
2 parents 93cde23 + 6538f37 commit 59d7d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idaes/core/util/utility_minimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ def unique(list1):
Returns:
unique_list
"""
# intilize a null list
# initialize a null list
unique_list = []

# traverse for all elements
Expand Down

0 comments on commit 59d7d9e

Please sign in to comment.