• Razvan Pascanu's avatar
    Fix to failing test · 27c5b8e1
    Razvan Pascanu 提交于
    It seems that even the last fix of the generated random numbers didn't do
    the trick. The reason being same numeric instability.
    I've change the operation to a sum, which, if you apply it recursevly is
    less problematic then multiplying numbers
    27c5b8e1
test_scan.py 128.3 KB