**Describe the bug** https://github.com/Project-MONAI/MONAI/blob/9b4c235370444cafd3777dc6ed8fc49c6ae76c13/tests/test_auto3dseg.py#L187 `device` is not specified to `cpu` after the PR that changes default `device` to `cuda` **Expected behavior** CPU-only test should be using CPU.
Describe the bug
MONAI/tests/test_auto3dseg.py
Line 187 in 9b4c235
deviceis not specified tocpuafter the PR that changes defaultdevicetocudaExpected behavior
CPU-only test should be using CPU.