Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed May 17, 2018
1 parent e269a48 commit a8e63a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fpylll/algorithms/bkz.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def __call__(self, params, min_row=0, max_row=-1):
label = params["name"]
except KeyError:
label = "bkz"
tracer = BKZTreeTracer(self, label=label, verbosity=params.flags & BKZ.VERBOSE, start_clocks=True)
tracer = BKZTreeTracer(self, root_label=label, verbosity=params.flags & BKZ.VERBOSE, start_clocks=True)

if params.flags & BKZ.AUTO_ABORT:
auto_abort = BKZ.AutoAbort(self.M, self.A.nrows)
Expand Down

0 comments on commit a8e63a2

Please sign in to comment.