Skip to content
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

Reduction of computational cost in tests #1122

Closed
keileg opened this issue Jan 30, 2024 · 2 comments
Closed

Reduction of computational cost in tests #1122

keileg opened this issue Jan 30, 2024 · 2 comments
Assignees
Labels
user group Issue to be worked on in the internal user group.

Comments

@keileg
Copy link
Contributor

keileg commented Jan 30, 2024

We should aim to reduce the time it takes to run the full test suite, without sacrificing test coverage. This can entail testing fewer parameter combinations in parametrized tests and/or reducing the cost of individual tests by considering smaller grids, fewer time steps etc. Skipping of more tests is also an option.

The initial approach will be to identify those with the heaviest cost and see what can be done.

@keileg keileg self-assigned this Jan 30, 2024
@OmarDuran OmarDuran added the user group Issue to be worked on in the internal user group. label Feb 21, 2024
@OmarDuran
Copy link
Contributor

Closed related to #1119.

@IvarStefansson
Copy link
Contributor

I don't agree this is covered by #1119, which is specifically about tutorial tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user group Issue to be worked on in the internal user group.
Projects
None yet
Development

No branches or pull requests

5 participants