Skip to content

Multiregion tests take a lot of time #5008

@simone-silvestri

Description

@simone-silvestri

We can probably reduce the multi-region tests. In particular, a lot of time is taken by

@testset "Testing simulation on conformal and immersed conformal cubed sphere grids" begin

These test loops over float types; we probably do not need to do that since the simulation should not necessarily change depending on the float type. We could test only on Float64, and then introduce more unit tests on the grid size for Float32. This would slash the time required for these tests by 50%.

What do you think @siddharthabishnu?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions