Skip to content

Commit

Permalink
changes 5ul to 2ul for 96ch qc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andySigler committed May 6, 2024
1 parent f14c23e commit 991e1c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hardware-testing/hardware_testing/gravimetric/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def _get_liquid_probe_settings(
},
96: {
1000: [ # P1000
(50, [5.0]), # T50
(50, [2.0]), # T50
(200, [200.0]), # T200
(1000, [1000.0]), # T1000
],
Expand Down Expand Up @@ -292,7 +292,7 @@ def _get_liquid_probe_settings(
},
96: {
1000: [ # P1000
(50, [5.0]), # T50
(50, [2.0]), # T50
(200, [200.0]), # T200
(1000, []), # T1000
],
Expand Down Expand Up @@ -372,7 +372,7 @@ def _get_liquid_probe_settings(
96: {
1000: { # P1000
50: { # T50
5.0: (2.5, 2.0),
2.0: (5.0, 5.0),
10.0: (3.1, 1.7),
50.0: (1.5, 0.75),
},
Expand Down

0 comments on commit 991e1c3

Please sign in to comment.