From 1f2580c285a926cd101e2c2592e459a862b61915 Mon Sep 17 00:00:00 2001 From: brandogw Date: Fri, 5 May 2023 16:58:44 -0400 Subject: [PATCH] Add files via upload (#74) --- experiment/template/eVOLVER.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/experiment/template/eVOLVER.py b/experiment/template/eVOLVER.py index cca28644..6564f7c0 100755 --- a/experiment/template/eVOLVER.py +++ b/experiment/template/eVOLVER.py @@ -413,11 +413,6 @@ def initialize_exp(self, vials, experiment_params, log_name, quiet, verbose, ip_ stir_rate = list(map(lambda x: x['stir'], self.experiment_params['vial_configuration'])) temp_values = list(map(lambda x: x['temp'], self.experiment_params['vial_configuration'])) self.update_stir_rate(stir_rate) - with open(TEMP_CAL_PATH) as f: - temp_cal = json.load(f) - temp_coefficients = temp_cal['coefficients'] - raw_temperatures = [str(int((temp_values[x] - temp_coefficients[x][1]) / temp_coefficients[x][0])) for x in vials] - self.update_temperature(raw_temperatures) if always_yes: exp_blank = 'y'