Skip to content

Commit 5712b6a

Browse files
committed
format
1 parent bed7be3 commit 5712b6a

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

hardware-testing/hardware_testing/gravimetric/__main__.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
50: {
7373
1: {
7474
20: gravimetric_cavity_ot3_p50_single,
75-
50: gravimetric_cavity_ot3_p50_single
75+
50: gravimetric_cavity_ot3_p50_single,
7676
},
7777
},
7878
1000: {
@@ -82,10 +82,7 @@
8282

8383
GRAVIMETRIC_CFG_INCREMENT = {
8484
50: {
85-
1: {
86-
20: gravimetric_ot3_p50_single,
87-
50: gravimetric_ot3_p50_single
88-
},
85+
1: {20: gravimetric_ot3_p50_single, 50: gravimetric_ot3_p50_single},
8986
8: {50: gravimetric_ot3_p50_multi_50ul_tip_increment},
9087
},
9188
200: {
@@ -153,7 +150,11 @@
153150
200: photometric_ot3_p1000_multi,
154151
1000: photometric_ot3_p1000_multi,
155152
},
156-
96: {20: photometric_ot3_p1000_96, 50: photometric_ot3_p1000_96, 200: photometric_ot3_p1000_96},
153+
96: {
154+
20: photometric_ot3_p1000_96,
155+
50: photometric_ot3_p1000_96,
156+
200: photometric_ot3_p1000_96,
157+
},
157158
},
158159
}
159160

hardware-testing/hardware_testing/protocols/gravimetric_lpc/gravimetric/gravimetric_cavity_ot3_p50_single.py

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
requirements = {"robotType": "Flex", "apiLevel": "2.15"}
77

88
SLOT_SCALE = 4
9-
SLOTS_TIPRACK = {
10-
20: [2, 3, 5, 6, 7, 8, 9, 10],
11-
50: [2, 3, 5, 6, 7, 8, 9, 10]
12-
}
9+
SLOTS_TIPRACK = {20: [2, 3, 5, 6, 7, 8, 9, 10], 50: [2, 3, 5, 6, 7, 8, 9, 10]}
1310
LABWARE_ON_SCALE = "radwag_pipette_calibration_vial"
1411

1512

@@ -28,7 +25,7 @@ def run(ctx: ProtocolContext) -> None:
2825
pipette.dispense(10, vial["A1"].top())
2926
pipette.drop_tip(home_after=False)
3027
ctx.move_labware(
31-
rack,
32-
new_location=OffDeckType.OFF_DECK,
33-
use_gripper=False,
34-
)
28+
rack,
29+
new_location=OffDeckType.OFF_DECK,
30+
use_gripper=False,
31+
)

0 commit comments

Comments
 (0)