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

FAIRmat-NFDI / nomad-parser-plugin-boss / 29013788679
99%
main: 99%

Build:
Build:
LAST BUILD BRANCH: chore/devcontainer-ruff-extra
DEFAULT BRANCH: main
Ran 09 Jul 2026 11:11AM UTC
Jobs 1
Files 3
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

09 Jul 2026 11:06AM UTC coverage: 99.007%. First build
29013788679

Pull #75

github

ndaelman-hu
Migrate PES computation onto aalto-boss's Mesh API

Replace the hand-rolled query grid (np.meshgrid + np.tile with non-slice
dims fixed via res.select('x_glmin')) and the direct
reconstruct_model().predict() call with boss.pp.mesh.Mesh, the data-level
API added in the 1.14 postprocessing refactor:

  mesh = Mesh(res.bounds, active_dims=[i, j], grid_pts=50)
  mesh.fix_dim_preset(res, 'min', itr=iteration)   # == select('x_glmin')
  mean = mesh.evaluate_func(lambda X: model.predict(X)[0])[0]
  std  = mesh.evaluate_func(lambda X: sqrt(model.predict(X)[1]))[0]

active_dims is 0-based, removing the pp_model_slice +/-1 indexing hazard
that broke the old PPMain/build_query_points path across releases. The
generated boss.h5 is byte-identical to the previous output on
tests/data/boss.rst (fit, uncertainty, and axes all array_equal, verified
against a reference captured from aalto-boss 1.12.0).

Bump the pin to aalto-boss>=1.15.1 (adds a transitive matplotlib<3.9
constraint, satisfied by the current environment). The GPy scipy<=1.12
constraint -- and thus the downstream pymatgen<2025.10.7 pin -- is
unchanged, since it persists on the latest aalto-boss.
Pull Request #75: Migrate PES computation onto aalto-boss's Mesh API

299 of 302 relevant lines covered (99.01%)

0.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29013788679.1 09 Jul 2026 11:11AM UTC 3
99.01
GitHub Action Run
Source Files on build 29013788679
  • Tree
  • List 3
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #75
  • Next Build on migrate-boss-mesh-api (#29028767391)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc