Skip to content

feat: augment CI with codespell, pytest-xdist, pytest-cov, junitxml; … - #26

Merged
dantzert merged 2 commits into
mainfrom
25-evaluate-ci-workflow-for-augmentation
Jul 25, 2026
Merged

feat: augment CI with codespell, pytest-xdist, pytest-cov, junitxml; …#26
dantzert merged 2 commits into
mainfrom
25-evaluate-ci-workflow-for-augmentation

Conversation

@dantzert

Copy link
Copy Markdown
Owner

…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

…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
@dantzert dantzert linked an issue Jul 25, 2026 that may be closed by this pull request
…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)
@dantzert
dantzert merged commit 4789fcc into main Jul 25, 2026
2 checks passed
@dantzert
dantzert deleted the 25-evaluate-ci-workflow-for-augmentation branch July 25, 2026 15:52
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.

evaluate ci workflow for augmentation

1 participant