Commit 6d4b24e
committed
Fix test_tsfresh: skip when tsfresh import fails on CPU
tsfresh -> stumpy -> numba.cuda, which requires libcudart.so.
Guard the import so the test is skipped on CPU rather than crashing.1 parent 0887590 commit 6d4b24e
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
| 12 | + | |
8 | 13 | | |
9 | 14 | | |
10 | 15 | | |
| |||
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
17 | | - | |
18 | | - | |
| |||
0 commit comments