[BUG] test_concat
file instantiates GPU objects in the parametrize arguments
#15651
Labels
bug
Something isn't working
As @bdice points out here: #15623 (comment)
GPU object instantiation within the parametrize arguments results in the test suite being slower to launch. We should refactor tests as such: b5b9116
Ideally, this refactor would occur across all test files with this associated issue.
The text was updated successfully, but these errors were encountered: