diff --git a/test/psyke/extraction/hypercubic/iter/test_iter.py b/test/psyke/extraction/hypercubic/iter/test_iter.py index 7a599dfb..513a7e66 100644 --- a/test/psyke/extraction/hypercubic/iter/test_iter.py +++ b/test/psyke/extraction/hypercubic/iter/test_iter.py @@ -11,7 +11,6 @@ class TestIter(unittest.TestCase): def test_extract(self): logger.info(self.expected_theory) logger.info(self.extracted_theory) - print(self.extracted_theory) self.assertTrue(self.expected_theory.equals(self.extracted_theory, False)) def test_predict(self): diff --git a/test/psyke/extraction/trepan/test_trepan.py b/test/psyke/extraction/trepan/test_trepan.py index 850d0e4a..9a09353f 100644 --- a/test/psyke/extraction/trepan/test_trepan.py +++ b/test/psyke/extraction/trepan/test_trepan.py @@ -13,7 +13,6 @@ class TestTrepan(unittest.TestCase): def test_extract(self): logger.info(pretty_theory(self.expected_theory) + '\n') logger.info(pretty_theory(self.extracted_theory) + '\n') - print(self.extracted_theory) self.assertTrue(self.expected_theory.equals(self.extracted_theory, False)) def test_predict(self): diff --git a/test/resources b/test/resources index 62b7a85c..8905e94d 160000 --- a/test/resources +++ b/test/resources @@ -1 +1 @@ -Subproject commit 62b7a85cda690d350eee6833ef3a71092c44a39d +Subproject commit 8905e94d5f874c1e3cdf4099f549774b795b0538