From 14c4331eeaecea5570b917a34df62e2bd25568d1 Mon Sep 17 00:00:00 2001 From: hazlamshamin Date: Sat, 14 Feb 2026 04:53:46 +0800 Subject: [PATCH] Fix focal_height docstring units to millimeters --- pylabrobot/plate_reading/plate_reader.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pylabrobot/plate_reading/plate_reader.py b/pylabrobot/plate_reading/plate_reader.py index 37cf60ddc7e..9966d37f491 100644 --- a/pylabrobot/plate_reading/plate_reader.py +++ b/pylabrobot/plate_reading/plate_reader.py @@ -88,7 +88,7 @@ async def read_luminescence( """Read the luminescence from the plate reader. Args: - focal_height: The focal height to read the luminescence at, in micrometers. + focal_height: The focal height to read the luminescence at, in millimeters. use_new_return_type: Whether to return the new return type, which is a list of dictionaries. Returns: @@ -165,7 +165,7 @@ async def read_fluorescence( Args: excitation_wavelength: The excitation wavelength to read the fluorescence at, in nanometers. emission_wavelength: The emission wavelength to read the fluorescence at, in nanometers. - focal_height: The focal height to read the fluorescence at, in micrometers. + focal_height: The focal height to read the fluorescence at, in millimeters. use_new_return_type: Whether to return the new return type, which is a list of dictionaries. Returns: