Skip to content

Commit

Permalink
simulate using v3.7 96ch
Browse files Browse the repository at this point in the history
  • Loading branch information
andySigler committed May 6, 2024
1 parent 74dcf96 commit ee23999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardware-testing/hardware_testing/gravimetric/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ def _get_protocol_context(cls, args: argparse.Namespace) -> ProtocolContext:
is_simulating=args.simulate,
deck_version="2",
extra_labware=custom_defs,
pipette_left="p1000_96_v3.7" if args.channels == 96 else None
)
return _ctx

Expand Down

0 comments on commit ee23999

Please sign in to comment.