Skip to content

Commit

Permalink
Update 4e4c0c.ot2.apiv2.py
Browse files Browse the repository at this point in the history
Commented out the blowout function causing foaming while transferring buffer
  • Loading branch information
anuwrag authored Oct 20, 2023
1 parent 542d370 commit b1e6779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocols/4e4c0c/4e4c0c.ot2.apiv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def extended3(func):
def wrapper(*args, **kwargs):
func(*args, **kwargs, rate=0.5)
ctx.delay(seconds=1)
func.__self__.blow_out([*args][1].labware.object.top())
# func.__self__.blow_out([*args][1].labware.object.top())
func.__self__.touch_tip()
return wrapper

Expand All @@ -122,7 +122,7 @@ def wrapper(*args, **kwargs):
func(*args, **kwargs)
func.__self__.move_to([*args][1].labware.object.top())
ctx.delay(seconds=0.5)
func.__self__.blow_out([*args][1].labware.object.top())
# func.__self__.blow_out([*args][1].labware.object.top())
func.__self__.touch_tip()
return wrapper

Expand Down

0 comments on commit b1e6779

Please sign in to comment.