Added a missing from dataclasses import dataclass as well as re defined run_measurement in the setup_opx_measurements.py to make sure that we are saving the qmconfig with every measurement.
I don't know when we stopped doing that, but with this PR we will begin doing it again
Added a missing
from dataclasses import dataclass
as well as re defined run_measurement in the setup_opx_measurements.py to make sure that we are saving the qmconfig with every measurement. I don't know when we stopped doing that, but with this PR we will begin doing it again