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
Currently, the tests, e.g. test_load_surface_stra_data.py select the device within the test function. However, both CUDA and CPU devices should be automatically tested for the tests to be clean. Therefore, the fixtures for the test should be adjusted to include device options.
The text was updated successfully, but these errors were encountered:
Currently, the tests, e.g.
test_load_surface_stra_data.py
select the device within the test function. However, both CUDA and CPU devices should be automatically tested for the tests to be clean. Therefore, the fixtures for the test should be adjusted to include device options.The text was updated successfully, but these errors were encountered: