Skip to content

Commit

Permalink
BUG: Fix invocation of optimizeFrame in PyAutoscoper trackingDialog
Browse files Browse the repository at this point in the history
This commit fixes a regression originally introduced in
2f7ae7f (ENH: Add Error checking to socket)

Co-authored-by: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
  • Loading branch information
NicerNewerCar and jcfr committed Jul 26, 2023
1 parent 65b1046 commit 5642976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/python/PyAutoscoper/connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,9 +557,9 @@ def trackingDialog(
min_lim=min_lim,
max_lim=max_lim,
max_stall_itr=max_stall_itr,
dframe=frame_skip,
opt_method=opt_method,
cf_model=cf_model,
dframe=frame_skip,
)

def getNumVolumes(self):
Expand Down

0 comments on commit 5642976

Please sign in to comment.