Skip to content

Commit c538d53

Browse files
committed
Fix typo
1 parent ccd160d commit c538d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyomo/core/tests/unit/test_numpy_expr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def test_indexed_constraint(self):
265265
def test_numpy_array_copy_errors(self):
266266
# Defer testing until here to avoid the unconditional numpy dereference
267267
if int(np.__version__.split('.')[0]) < 2:
268-
self.SkipTest("requires numpy>=2")
268+
self.skipTest("requires numpy>=2")
269269

270270
m = ConcreteModel()
271271
m.x = Var([0, 1, 2])

0 commit comments

Comments
 (0)