Commit e2b73af
committed
DEBUG: disable numba cache in test_progressbar_nested_compound
Investigating systematic Bad initial energy failures of this test on
the ubuntu (numba, 3.14, ...) CI job. Theory per pytensor#2051: the
custom numba cache is not safe across multiprocessing, and a cache
collision produces inconsistent compiled logps between the parent
process and chain children.1 parent 83975e3 commit e2b73af
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
153 | 154 | | |
154 | 155 | | |
155 | 156 | | |
156 | | - | |
| 157 | + | |
| 158 | + | |
157 | 159 | | |
158 | 160 | | |
159 | 161 | | |
| |||
0 commit comments