Skip to content

Commit

Permalink
Merge pull request #3010 from emma58/learning-to-spell-because
Browse files Browse the repository at this point in the history
Learning to spell 'because'
  • Loading branch information
jsiirola authored Oct 3, 2023
2 parents ec5c7d0 + 2de9ef6 commit 4036c9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ def test_integer_arithmetic_non1_coefficients(self):
def test_numerical_instability_almost_canceling(self):
# It's possible that we get almost-but-not-quite zero on the variable
# being eliminated when we are doing this with floating point
# arithmetic. This can get ugly later becuase it might get muliplied by
# arithmetic. This can get ugly later because it might get muliplied by
# a large number later and start to "reappear"
m = ConcreteModel()
m.x = Var()
Expand Down
2 changes: 1 addition & 1 deletion pyomo/gdp/tests/test_partition_disjuncts.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ def test_transformation_block_nested_disjunction_outer_disjunction_target(self):
self.check_transformation_block_nested_disjunction(m, disj2, m.disj1.x)

def test_transformation_block_nested_disjunction_badly_ordered_targets(self):
"""This tests that we preprocess targets correctly becuase we don't
"""This tests that we preprocess targets correctly because we don't
want to double transform the inner disjunct, which is what would happen
if we did things in the order given."""
m = models.makeBetweenStepsPaperExample_Nested()
Expand Down

0 comments on commit 4036c9d

Please sign in to comment.