I probably lived in the past since I just realized recently that there is a warning message for the set_dataset
function that told me: save parameter is deprecated, use archive instead
.
Does anyone know what's the difference between archive
and save
used before artiq 3.6? Is it safe enough to replace all the save=True
in my old code with archive=True
and expect the same outcome?