-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
In the documentation, the PlateReader
class only uses backend=
as a parameter, but the actual code requires 4 additional arguements (name
, size_x
, size_y
, size_z
). What do these parameters represent?
from pylabrobot.plate_reading import PlateReader
from pylabrobot.plate_reading.chatterbox import PlateReaderChatterboxBackend
pr = PlateReader(backend=PlateReaderChatterboxBackend())
>> TypeError: PlateReader.__init__() missing 4 required positional arguments: 'name', 'size_x', 'size_y', and 'size_z'
They seem to go to ResourceHolder
, but I'd like to double check
Metadata
Metadata
Assignees
Labels
No labels