1 parent 38b4836 commit 706f497Copy full SHA for 706f497
1 file changed
tests/test_q_sanitizer.py
@@ -5,7 +5,6 @@
5
def test_q_sanitizer_init():
6
sanitizer = QSanitizer(mitigation_method="ZNE")
7
assert sanitizer.mitigation_method == "ZNE"
8
- assert sanitizer.scale_factors == [1, 3, 5]
9
10
def test_circuit_folding():
11
0 commit comments