Skip to content

remove ultraspherical 3d inplace transform tests #265

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions test/UltrasphericalTest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -205,13 +205,6 @@ include("testutils.jl")
end
test_transform!(M, M2, S)
end
@testset for S1 in Slist, S2 in Slist, S3 in Slist
S = S1 ⊗ S2 ⊗ S3
if order == 0.5 || S == NU^3
test_with_jac(S, A)
end
test_transform!(A, A2, S)
end
end
end
end
Expand Down