fplll / fpylll

A Python interface for https://github.com/fplll/fplll
GNU General Public License v2.0
122 stars 62 forks source link

Uniformize default value for parameter tracer in bkz.py #92

Closed lducas closed 7 years ago

lducas commented 7 years ago

Sometime no default value is given, sometimes None, sometime dummy_tracer. I guess it could be uniformized.

malb commented 7 years ago

I see only one offender at https://github.com/fplll/fpylll/blob/master/src/fpylll/algorithms/bkz.py#L146 (?)

lducas commented 7 years ago

Hum, I thought I saw more, maybe in other files. But bkz2.py seems ok... I'll report more precisely if I spot hit again... sorry.