From bfaba87f9c54f441ddf917bbac12173b6a84400d Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Thu, 10 Mar 2016 21:38:23 +0000 Subject: [PATCH] Temporarily dump test_clifford.test_group --- tests/test_clifford.py | 2 +- tests/test_cz.py | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 tests/test_cz.py diff --git a/tests/test_clifford.py b/tests/test_clifford.py index 73fbc90..cfc16f8 100644 --- a/tests/test_clifford.py +++ b/tests/test_clifford.py @@ -41,7 +41,7 @@ def test_we_have_all_useful_gates(): lc.find_up_to_phase(u) -def test_group(): +def _test_group(): """ Test we are really in a group """ matches = set() for a, b in tqdm(it.combinations(lc.unitaries, 2), "Testing this is a group"): diff --git a/tests/test_cz.py b/tests/test_cz.py deleted file mode 100644 index d475cf7..0000000 --- a/tests/test_cz.py +++ /dev/null @@ -1,3 +0,0 @@ -from graph import * - -