소스 검색

Remove print in a test

master
Pete Shadbolt 7 년 전
부모
커밋
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()


불러오는 중...
취소
저장