Skip to content

Commit 70749b6

Browse files
committed
use v2 labware schema
1 parent 2aee023 commit 70749b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware-testing/hardware_testing/protocols/liquid_sense/lld_test_1000ul_height_estimation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def _load_labware(
251251
# finally, load it as empty (why not?)
252252
try:
253253
labware_def_location = (
254-
f"{get_shared_data_root()}/labware/definitions/3/{load_name}/"
254+
f"{get_shared_data_root()}/labware/definitions/2/{load_name}/"
255255
)
256256
assert isdir(labware_def_location)
257257
labware_def_latest = sorted(listdir(labware_def_location))[-1]

0 commit comments

Comments
 (0)