Skip to content

Commit

Permalink
update for correctionByVolume
Browse files Browse the repository at this point in the history
  • Loading branch information
sanni-t committed Dec 2, 2024
1 parent 7100aed commit 24d32f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/src/opentrons/protocol_api/_liquid_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ def as_shared_data_model(self) -> SharedDataAspirateProperties:
preWet=self._pre_wet,
mix=self._mix.as_shared_data_model(),
delay=self._delay.as_shared_data_model(),
correctionByVolume=self._correction_by_volume.as_list_of_tuples(),
)


Expand Down Expand Up @@ -515,6 +516,7 @@ def as_shared_data_model(self) -> SharedDataSingleDispenseProperties:
mix=self._mix.as_shared_data_model(),
pushOutByVolume=self._push_out_by_volume.as_list_of_tuples(),
delay=self._delay.as_shared_data_model(),
correctionByVolume=self._correction_by_volume.as_list_of_tuples(),
)


Expand Down Expand Up @@ -547,6 +549,7 @@ def as_shared_data_model(self) -> SharedDataMultiDispenseProperties:
conditioningByVolume=self._conditioning_by_volume.as_list_of_tuples(),
disposalByVolume=self._disposal_by_volume.as_list_of_tuples(),
delay=self._delay.as_shared_data_model(),
correctionByVolume=self._correction_by_volume.as_list_of_tuples(),
)


Expand Down

0 comments on commit 24d32f7

Please sign in to comment.