andreaskuster / igem19-ethz-phage-hw-model

iGEM 19 Synthetic Biology
https://2019.igem.org/Team:ETH_Zurich
GNU General Public License v3.0
1 stars 1 forks source link

Write log directly to csv. #11

Closed andreaskuster closed 5 years ago

andreaskuster commented 5 years ago

The current implementation stores all measurements in lists and saves them to the file in the finalization routine. Therefore, improper disconnects (i.e. connection loss) could lead to the loss of the log data. We can fix this by directly appending the data to the file after the measurement.