Skip to content

Commit ba1931a

Browse files
committed
Remove real_dtype in test_simple [py cufinufft]
1 parent 39a7e92 commit ba1931a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

python/cufinufft/tests/test_simple.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
@pytest.mark.parametrize("tol", TOLS)
2222
@pytest.mark.parametrize("output_arg", OUTPUT_ARGS)
2323
def test_simple_type1(to_gpu, to_cpu, dtype, shape, n_trans, M, tol, output_arg):
24-
real_dtype = utils._real_dtype(dtype)
25-
2624
dim = len(shape)
2725

2826
# Select which function to call based on dimension.
@@ -58,8 +56,6 @@ def test_simple_type1(to_gpu, to_cpu, dtype, shape, n_trans, M, tol, output_arg)
5856
@pytest.mark.parametrize("tol", TOLS)
5957
@pytest.mark.parametrize("output_arg", OUTPUT_ARGS)
6058
def test_simple_type2(to_gpu, to_cpu, dtype, shape, n_trans, M, tol, output_arg):
61-
real_dtype = utils._real_dtype(dtype)
62-
6359
dim = len(shape)
6460

6561
fun = {1: cufinufft.nufft1d2,

0 commit comments

Comments
 (0)