Skip to content

Commit 50907ac

Browse files
committed
rename BioER_96_wellplate_Vb_2200ul to BioER_96_wellplate_Vb_2200uL
1 parent 429c089 commit 50907ac

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

docs/resources/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ If you cannot find something, please contribute what you are looking for!
169169
library/agenbio
170170
library/alpaqua
171171
library/azenta
172+
library/bioer
172173
library/biorad
173174
library/boekel
174175
library/celltreat

docs/resources/library/bioer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
| Description | Image | PLR definition |
88
|-|-|-|
9-
| 'BioER_96_wellplate_Vb_2200ul'<br>Part no.: BSH06M1T-A<br>[manufacturer website](https://en.bioer.com/en/ConsumablesCenter/info_itemid_3261_lcid_134.html) | ![](img/bioer/bioer_96w_DW_plate.jpg) | `BioER_96_wellplate_Vb_2200ul` |
9+
| 'BioER_96_wellplate_Vb_2200uL'<br>Part no.: BSH06M1T-A<br>[manufacturer website](https://en.bioer.com/en/ConsumablesCenter/info_itemid_3261_lcid_134.html) | ![](img/bioer/BioER_96_wellplate_Vb_2200uL.jpg) | `BioER_96_wellplate_Vb_2200uL` |

pylabrobot/resources/bioer/plates.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
)
88

99

10-
def BioER_96_wellplate_Vb_2200ul(name: str) -> Plate:
10+
def BioER_96_wellplate_Vb_2200uL(name: str) -> Plate:
1111
"""BioER Cat. No. BSH06M1T-A (KingFisher-compatible)
1212
Spec: https://en.bioer.com/uploadfiles/2024/05/20240513165756879.pdf
1313
"""
@@ -17,7 +17,7 @@ def BioER_96_wellplate_Vb_2200ul(name: str) -> Plate:
1717
size_y=85.0, # from spec
1818
size_z=44.2, # from spec
1919
lid=None,
20-
model=BioER_96_wellplate_Vb_2200ul.__name__,
20+
model=BioER_96_wellplate_Vb_2200uL.__name__,
2121
ordered_items=create_ordered_items_2d(
2222
Well,
2323
size_x=8.25, # from spec (inner well width)

0 commit comments

Comments
 (0)