Skip to content

Commit

Permalink
Small fix for FFT UT
Browse files Browse the repository at this point in the history
  • Loading branch information
CuiYifeng committed Jul 9, 2024
1 parent d1a5593 commit f013c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/xpu/test_spectral_ops_xpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def _test_reference_1d(self, device, dtype, op):

TestFFT.test_reference_1d = _test_reference_1d

instantiate_device_type_tests(TestFFT, globals(), only_for="xpu", allow_xpu=True)
instantiate_device_type_tests(TestFFT, globals(), only_for=("xpu"), allow_xpu=True)


if __name__ == "__main__":
Expand Down

0 comments on commit f013c63

Please sign in to comment.