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 6f7a3d5 commit 1d1e42aCopy full SHA for 1d1e42a
Orange/tests/test_preprocess.py
@@ -134,6 +134,7 @@ def test_reprs(self):
134
135
class TestEnumPickling(unittest.TestCase):
136
def test_continuize_pickling(self):
137
+ self.assertEqual(pickle.DEFAULT_PROTOCOL, 4)
138
c = Continuize(multinomial_treatment=Continuize.FirstAsBase)
139
s = pickle.dumps(c)
140
c1 = pickle.loads(s)
0 commit comments