We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594a89c commit 3167f0fCopy full SHA for 3167f0f
tests/test_qtwidget.py
@@ -90,7 +90,6 @@ def assert_call(self):
90
assert_allclose(m.limits["a"], (-1, 0), atol=1e-5)
91
assert_allclose(m.values, (0, 0), atol=1e-5)
92
93
-
94
class Cost:
95
def visualize(self, args):
96
return plot(args)
0 commit comments