Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
surprise, this went through Any and wasn't caught
Browse files Browse the repository at this point in the history
sfoster1 committed Dec 17, 2024
1 parent 023276e commit b412650
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -248,7 +248,7 @@ def get_attached_instrument(self, mount: OT3Mount) -> PipetteDict:
result["current_nozzle_map"] = instr.nozzle_manager.current_configuration
result["min_volume"] = instr.liquid_class.min_volume
result["max_volume"] = instr.liquid_class.max_volume
result["channels"] = instr._max_channels
result["channels"] = instr._max_channels.value
result["has_tip"] = instr.has_tip
result["tip_length"] = instr.current_tip_length
result["aspirate_speed"] = self.plunger_speed(

0 comments on commit b412650

Please sign in to comment.