We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a803c3 commit 80fd263Copy full SHA for 80fd263
1 file changed
pyomo/core/base/set.py
@@ -808,7 +808,7 @@ def _get_continuous_interval(self):
808
# randomly removing elements from the list; however, since we
809
# do it by enumerating over ranges, using set() would make this
810
# routine nondeterministic. Not a hoge issue for the result,
811
- # but problemmatic for code coverage.
+ # but problematic for code coverage.
812
#
813
# Note: We do not need to trap non-NumericRange objects:
814
# RangeProduct and AnyRange will be caught by the dimen test in
0 commit comments