Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
janezd committed Jun 16, 2017
1 parent 6f7a3d5 commit 1d1e42a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Orange/tests/test_preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def test_reprs(self):

class TestEnumPickling(unittest.TestCase):
def test_continuize_pickling(self):
self.assertEqual(pickle.DEFAULT_PROTOCOL, 4)
c = Continuize(multinomial_treatment=Continuize.FirstAsBase)
s = pickle.dumps(c)
c1 = pickle.loads(s)
Expand Down

0 comments on commit 1d1e42a

Please sign in to comment.