Skip to content

Commit 5f888ea

Browse files
authored
remove ultraspherical 3d inplace transform tests (#265)
1 parent 1db0cfa commit 5f888ea

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/UltrasphericalTest.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -205,13 +205,6 @@ include("testutils.jl")
205205
end
206206
test_transform!(M, M2, S)
207207
end
208-
@testset for S1 in Slist, S2 in Slist, S3 in Slist
209-
S = S1 S2 S3
210-
if order == 0.5 || S == NU^3
211-
test_with_jac(S, A)
212-
end
213-
test_transform!(A, A2, S)
214-
end
215208
end
216209
end
217210
end

0 commit comments

Comments
 (0)