diff --git a/shared-data/python/opentrons_shared_data/labware/labware_definition.py b/shared-data/python/opentrons_shared_data/labware/labware_definition.py index 58e69945747..ab124c688ad 100644 --- a/shared-data/python/opentrons_shared_data/labware/labware_definition.py +++ b/shared-data/python/opentrons_shared_data/labware/labware_definition.py @@ -400,6 +400,7 @@ def _area(r: float) -> float: @cached_property def height_to_volume_table(self) -> Dict[float, float]: """Return a lookup table of heights to volumes.""" + # the accuracy of this method is approximately +- 10*dx so for dx of 0.001 we have a +- 0.01 ul dx = 0.001 total_height = self.topHeight - self.bottomHeight points = SquaredConeSegment._area_trap_points(