Skip to content

Commit

Permalink
update load calll from edge
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Dec 20, 2024
1 parent 7de2e5e commit c3f119f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
PipetteChannelType,
PipetteModelType,
PipetteVersionType,
PipetteOEMType,
)

###########################################
Expand Down Expand Up @@ -113,6 +114,7 @@ def _setup(
major=int(pip_model_list[-1][-3]), # type: ignore[arg-type]
minor=int(pip_model_list[-1][-1]), # type: ignore[arg-type]
),
oem=PipetteOEMType.EM if "em" in pipette.model else PipetteOEMType.OT,
)
# Writes details about test run to google sheet.
tipVolume = "t" + str(TIP_SIZE)
Expand Down

0 comments on commit c3f119f

Please sign in to comment.