You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tests): update CUDA tests to match implementation
The test assertions were expecting the old API (shell=True) but the
implementation was changed to use a list and stderr=subprocess.DEVNULL.
Updated test assertions to match the actual implementation.
0 commit comments