Skip to content

Plate reader parameters size_{x, y, z} #587

@ericguan04

Description

@ericguan04

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions