Skip to content

nit: rename kargs to kwargs everywhere#402

Merged
config-i1 merged 1 commit into
openforecast-org:masterfrom
ltsaprounis:fix/rename-kargs-to-kwargs
Jul 17, 2026
Merged

nit: rename kargs to kwargs everywhere#402
config-i1 merged 1 commit into
openforecast-org:masterfrom
ltsaprounis:fix/rename-kargs-to-kwargs

Conversation

@ltsaprounis

Copy link
Copy Markdown
Contributor

What issue does this PR fix?

Renames the misspelled kargs identifier to the idiomatic Python kwargs throughout the Python package. This covers the public nlopt_kargs parameter on ADAM, AutoADAM (forwarded), OM, OMG, and AutoOM, the internal plumbing that forwards it through the estimator/selector, and the local kargs variables inside the OM/OMG optimiser routines. Docs and the test suite are updated to match, and the test module is renamed accordingly

Language

  • R
  • Python
  • Other?

AI assistance

  • AI was used in the creation of this PR

If yes — how was AI used?
I asked Copilot to rename all instances of kargs to kwargs

@config-i1
config-i1 merged commit 7cc63d8 into openforecast-org:master Jul 17, 2026
7 checks passed
config-i1 added a commit that referenced this pull request Jul 23, 2026
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.

2 participants