We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66696b3 commit 1a347bfCopy full SHA for 1a347bf
pyomo/common/tests/test_numeric_types.py
@@ -35,7 +35,7 @@ def setUp(self):
35
def tearDown(self):
36
for s in _type_sets:
37
getattr(nt, s).clear()
38
- getattr(nt, s).update(getattr(nt, s))
+ getattr(nt, s).update(getattr(self, s))
39
40
def test_check_if_native_type(self):
41
self.assertEqual(nt.native_types, set())
0 commit comments