Skip to content
3 changes: 3 additions & 0 deletions code/cmt/python/tests/mcbm_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,9 @@ def test_patchmcbm_input_indices(self):



@unittest.skip("Skipping test as it has a pickling error."
"See issue ( https://github.com/lucastheis/cmt/issues/12 )."
)
def test_patchmcbm_pickle(self):
xmask = ones([2, 2], dtype='bool')
ymask = zeros([2, 2], dtype='bool')
Expand Down