Skip to content

Commit

Permalink
Revert rec tip type assignment (#391)
Browse files Browse the repository at this point in the history
* Revert rec tip type assignment

* bump version
  • Loading branch information
sal-strateos committed Apr 3, 2023
1 parent 30113a4 commit 45e24ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 0 additions & 4 deletions autoprotocol/liquid_handle/transfer.py
Expand Up @@ -102,10 +102,6 @@ def __post_init__(self):
self._source_liquid = None
self._destination_liquid = None

def _rec_tip_type(self, volume: Unit):
self.tip_type = super(Transfer, self)._rec_tip_type(volume=volume)
return self.tip_type

def _has_calibration(self):
liquids = [self._source_liquid, self._destination_liquid]
return any(_ and _._has_calibration() for _ in liquids)
Expand Down
2 changes: 1 addition & 1 deletion autoprotocol/version.py
@@ -1,2 +1,2 @@
"""Maintains current version of package"""
__version__ = "10.2.2"
__version__ = "10.2.3"
3 changes: 3 additions & 0 deletions docs/changelog.rst
Expand Up @@ -2,6 +2,9 @@
Changelog
=========

* :release: `10.2.3 <2023-04-03>`
* :bug:`391` Revert rec_tip_type implementation

* :release: `10.2.2 <2023-02-28>`
* :bug:`389` Adding unit_as_strings_factory to fix Unit serialization expected as str not dict
* :bug:`389` Fix DispenseColumn serialization prior to constructing Dispense Instruction
Expand Down

0 comments on commit 45e24ed

Please sign in to comment.