Skip to content

Commit 9a95e45

Browse files
committed
fix Cor_Axy_24_wellplate_10mL_Vb in docs
1 parent d2df96e commit 9a95e45

File tree

4 files changed

+2
-20
lines changed

4 files changed

+2
-20
lines changed

docs/resources/library/corning_axygen.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/resources/library/corning_costar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Company page: [Corning - Axygen® Brand Products](https://www.corning.com/emea/e
4343

4444
| Description | Image | PLR definition |
4545
|-|-|-|
46-
| 'Axy_24_DW_10ML'<br>Part no.: P-DW-10ML-24-C-S<br>[manufacturer website](https://ecatalog.corning.com/life-sciences/b2b/UK/en/Genomics-&-Molecular-Biology/Automation-Consumables/Deep-Well-Plate/Axygen%C2%AE-Deep-Well-and-Assay-Plates/p/P-DW-10ML-24-C-S) | ![](img/corning_axygen/axygen_Axy_24_DW_10ML.jpg) | `Axy_24_DW_10ML` |
46+
| 'Cor_Axy_24_wellplate_10mL_Vb'<br>Part no.: P-DW-10ML-24-C-S<br>[manufacturer website](https://ecatalog.corning.com/life-sciences/b2b/UK/en/Genomics-&-Molecular-Biology/Automation-Consumables/Deep-Well-Plate/Axygen%C2%AE-Deep-Well-and-Assay-Plates/p/P-DW-10ML-24-C-S) | ![](img/corning_axygen/Cor_Axy_24_wellplate_10mL_Vb.jpg) | `Cor_Axy_24_wellplate_10mL_Vb` |
4747

4848
## Corning - Costar
4949

pylabrobot/resources/corning/axygen/plates.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def Cor_Axy_24_wellplate_10mL_Vb(name: str, with_lid: bool = False) -> Plate:
2828
size_y=85.48,
2929
size_z=44.24,
3030
lid=Cor_Axy_24_wellplate_10mL_Vb_Lid(name + "_lid") if with_lid else None,
31-
model="Axy_24_DW_10ML",
31+
model=Cor_Axy_24_wellplate_10mL_Vb.__name__,
3232
ordered_items=create_ordered_items_2d(
3333
Well,
3434
num_items_x=6,
@@ -59,10 +59,3 @@ def _compute_volume_from_height_Cor_Axy_24_wellplate_10mL_Vb(h: float):
5959
return calculate_liquid_volume_container_2segments_square_vbottom(
6060
x=17, y=17, h_pyramid=5, h_cube=37, liquid_height=h
6161
)
62-
63-
64-
#: Axy_24_DW_10ML
65-
def Axy_24_DW_10ML(name: str, with_lid: bool = False):
66-
return NotImplementedError(
67-
"Axy_24_DW_10ML definition is deprecated. Use " "Cor_Axy_24_wellplate_10mL_Vb instead."
68-
)

0 commit comments

Comments
 (0)