Skip to content
Snippets Groups Projects
Commit 4d4655c8 authored by Martin Killenberg's avatar Martin Killenberg
Browse files

fix: typo in gui for temperature sweeps

parent 11d9981f
No related branches found
Tags 00.16.01
No related merge requests found
......@@ -159,7 +159,7 @@ class TestStandMainWindow(QMainWindow):
elif measurement_type == 'humidity':
humidities = meas.perform_sweep(start_parameter, stop_parameter, step_parameter, fixed_parameter,
soaking_time.value(), stable_reads, 'humidity')
soaking_time, stable_reads, 'humidity')
hum_extensions = []
for h in humidities:
hum_extensions.append(str(fixed_parameter) + 'deg_' + str(h) + 'rh')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment