L_inf always fails if abort_early is False
samuelemarro opened this issue · comments
Samuele Marro commented
In li_attack.py, the function doit
never returns anything if abort_early=False
. This means that doit
will always return None, which will be interpreted by attack_single
as a failure.