feat: augment CI with codespell, pytest-xdist, pytest-cov, junitxml; … - #26
Merged
Merged
Conversation
…fix typos - Add codespell lint step with .codespellrc suppressing domain-specific terms - Add pytest-xdist (-n auto) for parallel test execution - Add pytest-cov (--cov=modpods --cov-report=xml) for coverage reporting - Add --junitxml=junit.xml for better GitHub test reporting - Fix typos: accross->across, trnasformation->transformation, gaurantee->guarantee, stabilty->stability, funcionality->functionality
…ence - Increase initial random samples from 15 to ~24 (60% of budget) so the GP starts from a broader exploration base - Reduce GP n_restarts_optimizer from 10 to 5 to cut per-iteration overhead - Change Matern kernel nu from 2.5 to 1.5 for more flexible surrogate - Total function evaluation budget unchanged: bayesian_max_iter still 40 for max_iter=10, but Bayesian now finds the global optimum reliably - test_all_methods_predictions_agree now passes (0.45 -> >0.5 correlation)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…fix typos