ソースを参照

Remove print in a test

master
コミット
1bdb86f9a4
1個のファイルの変更0行の追加1行の削除
  1. +0
    -1
      tests/test_qi.py

+ 0
- 1
tests/test_qi.py ファイルの表示

@@ -168,5 +168,4 @@ def test_sqrt_notation(n=2):
c = mock.random_stabilizer_circuit(n)
g = GraphState(range(n))
g.act_circuit(c)
print g.to_state_vector()


読み込み中…
キャンセル
保存