Skip to content

Commit d4458a6

Browse files
committed
fix for 384 well plates
1 parent 316d4a0 commit d4458a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylabrobot/liquid_handling/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
MIN_SPACING_BETWEEN_CHANNELS = 9
77
# minimum spacing between the edge of the container and the center of channel
8-
MIN_SPACING_EDGE = 2
8+
MIN_SPACING_EDGE = 1
99

1010

1111
def _get_centers_with_margin(dim_size: float, n: int, margin: float, min_spacing: float):

0 commit comments

Comments
 (0)