After stopping an experiment by pressing twice ctrl + c, I edited the temperature configuration list TEMP_INITIAL, but the files in temp_config were not updated with a new configuration line. Is this the desired behavior?
On the other hand, if I edit the OD configuration and restart the experiment, this does appear in the ODset files, as a "side effect" of the following lines:
https://github.com/FYNCH-BIO/dpu/blob/master/experiment/template/custom_script.py#L107-L112
Do you think it would be useful to recheck TEMP_INITIAL once the experiment is restarted or it would be better to programmatically change the temperature somewhere else?
After stopping an experiment by pressing twice
ctrl + c, I edited the temperature configuration listTEMP_INITIAL, but the files intemp_configwere not updated with a new configuration line. Is this the desired behavior?On the other hand, if I edit the OD configuration and restart the experiment, this does appear in the
ODsetfiles, as a "side effect" of the following lines:https://github.com/FYNCH-BIO/dpu/blob/master/experiment/template/custom_script.py#L107-L112
Do you think it would be useful to recheck
TEMP_INITIALonce the experiment is restarted or it would be better to programmatically change the temperature somewhere else?