Skip to content

Commit 2a55da4

Browse files
Eppendorf_96_wellplate_250ul_Vb_semiskirted
1 parent 1aece59 commit 2a55da4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pylabrobot/resources/eppendorf/plates.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ def Eppendorf_96_wellplate_250ul_Vb_semiskirted(name: str, with_lid: bool = Fals
118118
dx=12.4,
119119
dy=9.6,
120120
dz=0.81,
121+
item_dx=9,
122+
item_dy=9,
121123
size_x=5.48,
122124
size_y=5.48,
123125
size_z=19.5,
@@ -127,7 +129,6 @@ def Eppendorf_96_wellplate_250ul_Vb_semiskirted(name: str, with_lid: bool = Fals
127129
)
128130
)
129131

130-
131132
def Eppendorf_96_wellplate_250ul_Vb_L(name: str, with_lid: bool = False) -> Plate:
132133
# https://github.com/PyLabRobot/pylabrobot/issues/252
133134
raise NotImplementedError(

0 commit comments

Comments
 (0)