Skip to content

Commit

Permalink
fix protocol import
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Nov 19, 2024
1 parent 3eb5d24 commit 572fb3e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions hardware-testing/hardware_testing/gravimetric/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@
# Keyed by pipette volume, channel count, and tip volume in that order
GRAVIMETRIC_CFG = {
50: {
1: {
20: gravimetric_ot3_p50_single,
50: gravimetric_ot3_p50_single
},
1: gravimetric_ot3_p50_single,
8: gravimetric_ot3_p50_multi,
},
200: {
Expand Down

0 comments on commit 572fb3e

Please sign in to comment.