Commit 76f1295
committed
fix(test): Silence package import checks in GPU detection
Redirect stdout and stderr to /dev/null when checking for GPU-related package imports (jax, torch, warp) to prevent error messages from appearing in test output when these packages are not available. This maintains cleaner test output while preserving the functionality of detecting GPU capabilities.1 parent bc8b857 commit 76f1295
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments