Skip to content

Conversation

@nawazishkhan1-nk
Copy link
Contributor

For #2122

@akenmorris akenmorris self-requested a review August 4, 2023 16:36
Copy link
Contributor

@akenmorris akenmorris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but this test is much too slow. It looks like it takes a full hour on the github action runners. make test on windows went from 20 minutes to 1:20. The OptimizeTests need to be very fast, not just for GitHub Actions but also so that developers can run them frequently when modifying and refactoring code. Also I saw the following warnings:

[2023-08-04 10:32:20.793] [warning] Unknown Optimization parameter: adaptivity_mode
[2023-08-04 10:32:20.793] [warning] Unknown Optimization parameter: domain_type
[2023-08-04 10:32:20.793] [warning] Unknown Optimization parameter: domains_per_shape
[2023-08-04 10:32:20.793] [warning] Unknown Optimization parameter: recompute_regularization_interval
[2023-08-04 10:32:20.793] [warning] Unknown Optimization parameter: use_statistics_in_init

I'd suggest converting this to swproj and removing any unknown params. The swproj files are more git-friendly such that we can see changes/diffs easily as they are plaintext.

@akenmorris
Copy link
Contributor

@nawazishkhan1-nk , any update on this? Can we get a test that runs in <1 minute?

@nawazishkhan1-nk nawazishkhan1-nk marked this pull request as draft August 13, 2024 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants