Skip to content

Add robust Kalman model wrapper tests#2002

Merged
FlorianPfaff merged 6 commits into
mainfrom
feature/robust-linear-gaussian-update-rebased
May 9, 2026
Merged

Add robust Kalman model wrapper tests#2002
FlorianPfaff merged 6 commits into
mainfrom
feature/robust-linear-gaussian-update-rebased

Conversation

@FlorianPfaff
Copy link
Copy Markdown
Owner

Summary

Clean replacement for the stale/non-mergeable PRs #1994 and #2001.

main already contains the robust linear-Gaussian update implementation and scale helpers. This PR adds the remaining pieces without touching the conflicted lower-level implementation:

  • KalmanFilter.update_model_robust(...)
  • regression tests for robust linear-Gaussian update behavior
  • coverage for Student-t and Huber downweighting, gate rejection, update_linear_robust(...), and update_model_robust(...)

Validation

Not run in this environment.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 9, 2026

Test Results

    12 files  +    12      12 suites  +12   2h 19m 16s ⏱️ + 2h 19m 16s
 1 506 tests + 1 506   1 506 ✅ + 1 506      0 💤 ±    0  0 ❌ ±0 
18 532 runs  +18 532  14 748 ✅ +14 748  3 784 💤 +3 784  0 ❌ ±0 

Results for commit 948ba91. ± Comparison against base commit 268d330.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 9, 2026

MegaLinter analysis: Success

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ COPYPASTE jscpd yes no no 16.26s
✅ JSON prettier 2 0 0 0 0.51s
✅ JSON v8r 2 0 0 2.97s
✅ MARKDOWN markdownlint 28 0 0 0 1.34s
✅ MARKDOWN markdown-table-formatter 28 0 0 0 0.33s
✅ PYTHON bandit 508 0 0 7.84s
✅ PYTHON black 508 5 0 0 13.0s
✅ PYTHON flake8 508 0 0 4.51s
✅ PYTHON isort 508 8 0 0 0.92s
✅ PYTHON mypy 508 0 0 6.27s
✅ PYTHON pylint 508 0 0 110.63s
✅ PYTHON ruff 508 8 0 0 0.1s
✅ REPOSITORY checkov yes no no 20.92s
✅ REPOSITORY gitleaks yes no no 12.34s
✅ REPOSITORY git_diff yes no no 0.07s
✅ REPOSITORY secretlint yes no no 9.4s
✅ REPOSITORY syft yes no no 3.33s
✅ REPOSITORY trivy-sbom yes no no 3.65s
✅ REPOSITORY trufflehog yes no no 20.76s
✅ YAML prettier 5 0 0 0 0.54s
✅ YAML v8r 5 0 0 5.09s
✅ YAML yamllint 5 0 0 0.46s

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx mega-linter-runner@9.4.0 --custom-flavor-setup --custom-flavor-linters PYTHON_PYLINT,PYTHON_BLACK,PYTHON_FLAKE8,PYTHON_ISORT,PYTHON_BANDIT,PYTHON_MYPY,PYTHON_RUFF,COPYPASTE_JSCPD,JSON_V8R,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_CHECKOV,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

@FlorianPfaff FlorianPfaff merged commit 279c91c into main May 9, 2026
20 checks passed
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.

1 participant