Skip to content

Commit 78b125a

Browse files
mrmundtblnicho
andauthored
Update pyomo/contrib/pyros/tests/test_uncertainty_sets.py
Co-authored-by: Bethany Nicholson <blnicho@users.noreply.github.com>
1 parent af32e76 commit 78b125a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyomo/contrib/pyros/tests/test_uncertainty_sets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1812,7 +1812,7 @@ def test_validate_finiteness(self):
18121812
# check when values are not finite
18131813
cardinality_set.origin[0] = np.nan
18141814
exc_str = (
1815-
r"Entry 'nan' of the argument `origin` " r"is not a finite numeric value"
1815+
r"Entry 'nan' of the argument `origin` is not a finite numeric value"
18161816
)
18171817
with self.assertRaisesRegex(ValueError, exc_str):
18181818
cardinality_set.validate(config=CONFIG)

0 commit comments

Comments
 (0)