Skip to content

Commit

Permalink
fix: Force cluster disconnection
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Feb 21, 2025
1 parent c9be1e9 commit c2703e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qibolab/_core/instruments/qblox/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def disconnect(self):
for module in self._modules.values():
module.stop_sequencer()
self._cluster.reset()
self._cluster.close()
self._cluster = None

def play(
Expand Down

0 comments on commit c2703e9

Please sign in to comment.