Commit a4d2a91 1 parent d903221 commit a4d2a91 Copy full SHA for a4d2a91
File tree 7 files changed +11
-6
lines changed
7 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 9
9
import logging
10
10
import pickle as pkl
11
11
12
+ from lgdo .utils import numba_defaults
13
+
14
+ numba_defaults .cache = False
15
+ numba_defaults .boundscheck = False
16
+
12
17
import lgdo .lh5_store as lh5
13
18
import matplotlib as mpl
14
19
import matplotlib .pyplot as plt
Original file line number Diff line number Diff line change 9
9
from lgdo .utils import numba_defaults as lgdo_defaults
10
10
11
11
lgdo_defaults .cache = False
12
- lgdo_defaults .boundscheck = True
12
+ lgdo_defaults .boundscheck = False
13
13
14
14
from dspeed .utils import numba_defaults
15
15
Original file line number Diff line number Diff line change 6
6
from lgdo .utils import numba_defaults
7
7
8
8
numba_defaults .cache = False
9
- numba_defaults .boundscheck = True
9
+ numba_defaults .boundscheck = False
10
10
11
11
import numpy as np
12
12
from daq2lh5 .build_raw import build_raw
Original file line number Diff line number Diff line change 18
18
from lgdo .utils import numba_defaults
19
19
20
20
numba_defaults .cache = False
21
- numba_defaults .boundscheck = True
21
+ numba_defaults .boundscheck = False
22
22
23
23
import lgdo .lh5_store as lh5
24
24
import numexpr as ne
Original file line number Diff line number Diff line change 16
16
from lgdo .utils import numba_defaults
17
17
18
18
numba_defaults .cache = False
19
- numba_defaults .boundscheck = True
19
+ numba_defaults .boundscheck = False
20
20
21
21
import lgdo .lh5_store as lh5
22
22
import matplotlib as mpl
Original file line number Diff line number Diff line change 9
9
from lgdo .utils import numba_defaults as lgdo_defaults
10
10
11
11
lgdo_defaults .cache = False
12
- lgdo_defaults .boundscheck = True
12
+ lgdo_defaults .boundscheck = False
13
13
14
14
from dspeed .utils import numba_defaults
15
15
Original file line number Diff line number Diff line change 8
8
from lgdo .utils import numba_defaults as lgdo_defaults
9
9
10
10
lgdo_defaults .cache = False
11
- lgdo_defaults .boundscheck = True
11
+ lgdo_defaults .boundscheck = False
12
12
13
13
from dspeed .utils import numba_defaults
14
14
You can’t perform that action at this time.
0 commit comments