Skip to content

Commit

Permalink
give no_error function in geometry dont raise error param
Browse files Browse the repository at this point in the history
  • Loading branch information
caila-marashaj committed Jan 28, 2025
1 parent f0896eb commit ac308ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/src/opentrons/protocol_engine/state/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -1531,7 +1531,9 @@ def get_well_height_after_liquid_handling_no_error(
)
final_volume = initial_volume + volume
return find_height_at_well_volume(
target_volume=final_volume, well_geometry=well_geometry
target_volume=final_volume,
well_geometry=well_geometry,
raise_error_if_result_invalid=False,
)

def get_well_height_at_volume(
Expand Down

0 comments on commit ac308ea

Please sign in to comment.