Fix for workflow tests

This commit is contained in:
honzastor 2024-04-14 16:36:45 +02:00
parent 6003886eb7
commit f4b816fc09

View File

@ -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()