mathurinm/celer

ENH: configure globally cython cdivision/checkbound + change them on travis

mathurinm opened this issue · 0 comments

  1. avoid repetition of the block:
@cython.boundscheck(False)
@cython.wraparound(False)
@cython.cdivision(True)
  1. Not having these options when running on CI may catch more bugs (as #136)