Skip to content

Commit

Permalink
we made postprocessing cheap so no need to report it any longer
Browse files Browse the repository at this point in the history
it's still in the full report, though
  • Loading branch information
malb committed Jul 12, 2017
1 parent 99bf78c commit 35db82d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/fpylll/algorithms/bkz_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -747,10 +747,6 @@ def exit(self, **kwds):
except KeyError:
pass
report["lll"] = node.sum("cputime", label="lll")
try:
report["postproc"] = node.find("postprocessing", True)["cputime"]
except KeyError:
pass
try:
report["pruner"] = node.find("pruner", True)["cputime"]
except KeyError:
Expand Down

0 comments on commit 35db82d

Please sign in to comment.