oliverdial

Results 2 issues of oliverdial

https://github.com/Qiskit/qiskit-experiments/blob/049436a3d184adb51bb559316483cd44f1e2c925/qiskit_experiments/framework/experiment_data.py#L1339 Here; if you hit this condition the experiment data is not saved, but the function returns as if it had saved. In the context of, for example launching a...

https://github.com/Qiskit/qiskit-experiments/blob/049436a3d184adb51bb559316483cd44f1e2c925/qiskit_experiments/framework/experiment_data.py#L2258 This line has the odd effect that serializing an event callback mutates it. This can cause other code to fail later on an object that was serialized. I'd suggest...