• Razvan Pascanu's avatar
    fix bug in cython code · 77a05341
    Razvan Pascanu 提交于
    Cython can not handle negative indices ( because of a derictive at the
    begining of the function that says not to do boundschecks). This is used to
    make the code faster, so this workaround is better then removing the
    directive.
    77a05341
scan_perform.pyx 20.1 KB