Skip to content

Commit 706f497

Browse files
committed
fix: Correct attribute assertion in test_q_sanitizer
1 parent 38b4836 commit 706f497

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_q_sanitizer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
def test_q_sanitizer_init():
66
sanitizer = QSanitizer(mitigation_method="ZNE")
77
assert sanitizer.mitigation_method == "ZNE"
8-
assert sanitizer.scale_factors == [1, 3, 5]
98

109
def test_circuit_folding():
1110
sanitizer = QSanitizer(mitigation_method="ZNE")

0 commit comments

Comments
 (0)