From 7d3ace24a77a9ebbb1d511525679b8b86de1ddcb Mon Sep 17 00:00:00 2001 From: Federico Sabbatini Date: Tue, 13 May 2025 02:43:54 +0200 Subject: [PATCH 1/2] [wip] test --- test/psyke/extraction/hypercubic/iter/test_iter.py | 1 - test/psyke/extraction/trepan/test_trepan.py | 1 - test/resources | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) 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..574d9960 160000 --- a/test/resources +++ b/test/resources @@ -1 +1 @@ -Subproject commit 62b7a85cda690d350eee6833ef3a71092c44a39d +Subproject commit 574d9960f034b7ca2dd6c21dbe49599554e1670d From 6f6068235a8961c62d7c6fe3c43c1f611ba7263c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 02:58:06 +0000 Subject: [PATCH 2/2] chore(deps): update test/resources digest to 8905e94 --- test/resources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/resources b/test/resources index 574d9960..8905e94d 160000 --- a/test/resources +++ b/test/resources @@ -1 +1 @@ -Subproject commit 574d9960f034b7ca2dd6c21dbe49599554e1670d +Subproject commit 8905e94d5f874c1e3cdf4099f549774b795b0538