You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
The text was updated successfully, but these errors were encountered:
After stopping an experiment by pressing twice
ctrl + c
, I edited the temperature configuration listTEMP_INITIAL
, but the files intemp_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?The text was updated successfully, but these errors were encountered: