Skip to content

Commit 82978a5

Browse files
author
andy
committed
release temporary version
1 parent 5ce210e commit 82978a5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dist/Productions.exe

291 Bytes
Binary file not shown.

ot3_testing/tests/pipette_leveling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ async def run_96ch_test(self, flex_name: str, project_path=None):
378378
result.append(compensation_value + distance_list[compensation_idx])
379379
compensation_idx += 1
380380
difference = round((abs(max(result) - min(result))), 3)
381-
print(f"{key} --> {value} (mm) \ndifference: {difference}(mm)")
381+
print(f"{key} --> {value} (mm) \ndifference: {difference}(mm)\n")
382382
for item_key, item_value in value.items():
383383
csv_title.append(key + " " + item_key)
384384
for values in result:

0 commit comments

Comments
 (0)