Skip to content

Commit

Permalink
Add files via upload (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandogw authored May 5, 2023
1 parent 8483837 commit 1f2580c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions experiment/template/eVOLVER.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 1f2580c

Please sign in to comment.