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 cbd702d commit 658dab3Copy full SHA for 658dab3
pyomo/repn/tests/test_plugins.py
@@ -20,7 +20,7 @@
20
class TestPlugins(unittest.TestCase):
21
def test_active(self):
22
with self.assertRaises(KeyError):
23
- active_writer_version('nonexistant_writer')
+ active_writer_version('nonexistent_writer')
24
ver = active_writer_version('lp')
25
self.assertIs(
26
WriterFactory.get_class('lp'), WriterFactory.get_class(f'lp_v{ver}')
0 commit comments