Commit d8b763d
authored
The code in `src/openfermion/testing/wrapped.py` calls
`cirq.testing.assert_implements_consistent_protocols`. The latter
funtion prints warnings about the Cirq function
`assert_qasm_is_consistent_with_unitary` when Qiskit is not installed.
This is irrelevant to testing OpenFermion; it doesn't do anything with
QASM and we certainly don't want to introduce a dependency on Qiskit.
Resolves issue #1062.
1 parent 5a9f472 commit d8b763d
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
0 commit comments