Skip to content

Commit

Permalink
remove these again
Browse files Browse the repository at this point in the history
  • Loading branch information
rickwierenga committed Nov 21, 2023
1 parent 00548e7 commit bda8d1d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pylabrobot/resources/corning_costar/plates.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,16 +482,6 @@ def Cos_96_Filter_P(name: str, with_lid: bool = False) -> Plate:
return Cos_96_Filter(name=name, with_lid=with_lid).rotated(90)


#: Cos_96_Fl_L
def Cos_96_Fl_L(name: str, with_lid: bool = False) -> Plate:
return Cos_96_Fl(name=name, with_lid=with_lid)


#: Cos_96_Fl_P
def Cos_96_Fl_P(name: str, with_lid: bool = False) -> Plate:
return Cos_96_Fl(name=name, with_lid=with_lid).rotated(90)


def _compute_volume_from_height_Cos_96_HalfArea(h: float):
volume = min(h, 10.7)*17.7369
if h > 10.7:
Expand Down

0 comments on commit bda8d1d

Please sign in to comment.