Skip to content

Commit

Permalink
Include vector rotation in other test (#3881)
Browse files Browse the repository at this point in the history
* not used

* add test

* correct test

* fixed tests

* better comments for tests

* split in different operations

* omit strict GPU tests

* fix tests
  • Loading branch information
simone-silvestri authored Oct 30, 2024
1 parent 97d7344 commit ea7eb5f
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 234 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,9 @@ julia = "1.9"
[extras]
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
OrthogonalSphericalShellGrids = "c2be9673-fb75-4747-82dc-aa2bb9f4aed0"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TimesDates = "bdfc003b-8df8-5c39-adcd-3a9087f5df4a"

[targets]
test = ["DataDeps", "Enzyme", "OrthogonalSphericalShellGrids", "SafeTestsets", "Test", "TimesDates"]
test = ["DataDeps", "Enzyme", "SafeTestsets", "Test", "TimesDates"]
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ CUDA.allowscalar() do
@testset "Unit tests" begin
include("test_grids.jl")
include("test_operators.jl")
include("test_vector_rotation_operators.jl")
include("test_boundary_conditions.jl")
include("test_field.jl")
include("test_regrid.jl")
Expand Down
232 changes: 0 additions & 232 deletions test/test_cubed_spheres.jl

This file was deleted.

Loading

0 comments on commit ea7eb5f

Please sign in to comment.