Skip to content

Commit ea7eb5f

Browse files
Include vector rotation in other test (#3881)
* not used * add test * correct test * fixed tests * better comments for tests * split in different operations * omit strict GPU tests * fix tests
1 parent 97d7344 commit ea7eb5f

File tree

4 files changed

+180
-234
lines changed

4 files changed

+180
-234
lines changed

Project.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,9 @@ julia = "1.9"
7878
[extras]
7979
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
8080
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
81-
OrthogonalSphericalShellGrids = "c2be9673-fb75-4747-82dc-aa2bb9f4aed0"
8281
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
8382
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
8483
TimesDates = "bdfc003b-8df8-5c39-adcd-3a9087f5df4a"
8584

8685
[targets]
87-
test = ["DataDeps", "Enzyme", "OrthogonalSphericalShellGrids", "SafeTestsets", "Test", "TimesDates"]
86+
test = ["DataDeps", "Enzyme", "SafeTestsets", "Test", "TimesDates"]

test/runtests.jl

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ CUDA.allowscalar() do
4747
@testset "Unit tests" begin
4848
include("test_grids.jl")
4949
include("test_operators.jl")
50+
include("test_vector_rotation_operators.jl")
5051
include("test_boundary_conditions.jl")
5152
include("test_field.jl")
5253
include("test_regrid.jl")

test/test_cubed_spheres.jl

-232
This file was deleted.

0 commit comments

Comments
 (0)