Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions api/src/opentrons/protocol_api/core/engine/instrument.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,6 @@ def aspirate(
in_place: whether this is a in-place command.
meniscus_tracking: Optional data about where to aspirate from.
"""
if meniscus_tracking == MeniscusTrackingTarget.START and end_location is None:
raise ValueError("Cannot aspirate at the starting liquid height.")
final_location = location
if well_core is None:
if not in_place:
Expand Down
Loading