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.
2 parents a733b89 + 2ab7146 commit ace29e0Copy full SHA for ace29e0
Orange/widgets/visualize/tests/test_owsieve.py
@@ -1,6 +1,5 @@
1
# Test methods with long descriptive names can omit docstrings
2
# pylint: disable=missing-docstring
3
-import warnings
4
from math import isnan
5
import unittest
6
from unittest.mock import patch
@@ -31,7 +30,6 @@ def setUpClass(cls):
31
30
32
def setUp(self):
33
self.widget = self.create_widget(OWSieveDiagram)
34
- warnings.filterwarnings("error", ".*")
35
36
def test_context_settings(self):
37
# Set titanic and check first two attributes on display
0 commit comments