• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

FAIRmat-NFDI / nomad-simulations / 33475339032
87%

Build:
DEFAULT BRANCH: develop
Ran 01 Sep 2026 05:54AM UTC
Jobs 3
Files 134
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

01 Sep 2026 05:53AM UTC coverage: 87.351% (+0.009%) from 87.342%
33475339032

push

github

web-flow
Make MO occupation tolerances configurable plugin parameters (#473)

Expose `MolecularOrbitals` occupation tolerances as plugin config parameters, so occupations from approximate methods (e.g. MP2/CC natural orbitals) that fall slightly outside `[0, 2]` don't abort processing.

- Add `mo_occupation_cutoff` (default `1e-6`, frontier HOMO/LUMO occupancy cutoff) and `mo_occupation_slack` (default `0.1`, `[0,2]` bound slack) to `NOMADSimulationsEntryPoint`, both constrained `ge=0.0`.
- Type `occupations` as `m_float_bounded(Bound('[0,2]', slack=<mo_occupation_slack>, on_violation='log', clamp=True))`: within-slack excursions are absorbed, out-of-`[0,2]` values are clamped into `[0,2]`, and a beyond-slack excursion is logged once at assignment.
- Resolve the frontier occupancy cutoff from `mo_occupation_cutoff` at runtime.
- Add a cutoff-boundary test; regenerate docs.

Closes #468.

10 of 10 new or added lines in 3 files covered. (100.0%)

10393 of 11898 relevant lines covered (87.35%)

2.62 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33475339032.1 01 Sep 2026 05:54AM UTC 134
87.35
GitHub Action Run
2 33475339032.2 01 Sep 2026 05:54AM UTC 134
87.35
GitHub Action Run
3 33475339032.3 01 Sep 2026 05:55AM UTC 134
87.35
GitHub Action Run
Source Files on build 33475339032
  • Tree
  • List 134
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 722b118f on github
  • Prev Build on develop (#33259623493)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc