From f4b816fc09a6deac4dca3db4c26b0df2f4b02bfa Mon Sep 17 00:00:00 2001 From: honzastor Date: Sun, 14 Apr 2024 16:36:45 +0200 Subject: [PATCH] Fix for workflow tests --- tests/test_popcount_compare.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/test_popcount_compare.py b/tests/test_popcount_compare.py index fde16f1..9f30875 100644 --- a/tests/test_popcount_compare.py +++ b/tests/test_popcount_compare.py @@ -173,9 +173,3 @@ def test_popcountcompare_small2_cgp(): #expected = np.sum(r, axis=1) np.testing.assert_array_equal(v, expected) - -if __name__ == "__main__": - #test_popcountcompare_small() - #test_popcountcompare_same() - #test_popcountcompare_small2() - #test_popcountcompare_small2_cgp() \ No newline at end of file