Skip to content

Commit ee71787

Browse files
committed
cannot reproduce bug after this change, no reason why
1 parent 25423c5 commit ee71787

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

eqsn/worker_process.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ def stop_all(self):
9494
"""
9595
self.shared_dict.send_all_threads(None)
9696
self.shared_dict.stop_all_threads()
97+
self.shared_dict.stop_shared_dict()
9798

9899
def apply_single_gate(self, gate, q_id):
99100
"""

tests/test_single_gate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def test_measure():
108108

109109

110110
if __name__ == "__main__":
111-
# test_x_gate()
111+
test_x_gate()
112112
test_y_gate()
113113
test_z_gate()
114114
test_H_gate()

0 commit comments

Comments
 (0)