File: conftest.py

package info (click to toggle)
xcube-resampling 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 47,800 kB
  • sloc: python: 7,943; makefile: 9
file content (6 lines) | stat: -rw-r--r-- 91 bytes parent folder | download
1
2
3
4
5
6
try:
    import numba as nb

    nb.config.DISABLE_JIT = True
except ImportError:
    pass