Skip to content

Commit

Permalink
Fix pickle deserialization of ExperimentData
Browse files Browse the repository at this point in the history
  • Loading branch information
wshanks committed Nov 18, 2023
1 parent 91f031c commit 596061b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qiskit_experiments/framework/experiment_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -2542,6 +2542,7 @@ def __setstate__(self, state):
self._job_futures = ThreadSafeOrderedDict()
self._analysis_futures = ThreadSafeOrderedDict()
self._analysis_executor = futures.ThreadPoolExecutor(max_workers=1)
self._monitor_executor = futures.ThreadPoolExecutor()

def __str__(self):
line = 51 * "-"
Expand Down

0 comments on commit 596061b

Please sign in to comment.