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

pyro-ppl / numpyro / 27173226273
92%

Build:
DEFAULT BRANCH: master
Ran 08 Jun 2026 11:42PM UTC
Jobs 3
Files 86
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

08 Jun 2026 11:20PM UTC coverage: 92.129% (+0.03%) from 92.103%
27173226273

push

github

web-flow
Fix GaussianStateSpace.variance shape when batch comes from initial_value (#2205)

GaussianStateSpace.variance was computed from scale_tril alone, dropping any
batch dimension contributed by initial_value. When the batch shape originates
from initial_value (e.g. scale_tril (2,2) with initial_value (3,2)), variance
came out (num_steps, state_dim) instead of batch_shape + event_shape.

Broadcast the result to batch_shape + event_shape. The initial value is
deterministic and does not affect variance values, only the shape, so
broadcasting is exact.

Also add a uniform moment-shape contract check in test_mean_var asserting
mean/variance have shape batch_shape + event_shape for every distribution.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

2 of 2 new or added lines in 1 file covered. (100.0%)

14409 of 15640 relevant lines covered (92.13%)

1.68 hits per line

Jobs
ID Job ID Ran Files Coverage
1 test-inference - 27173226273.1 09 Jun 2026 12:08AM UTC 86
70.88
GitHub Action Run
2 test-modeling - 27173226273.2 09 Jun 2026 12:24AM UTC 86
68.22
GitHub Action Run
3 examples - 27173226273.3 08 Jun 2026 11:42PM UTC 86
28.82
GitHub Action Run
Source Files on build 27173226273
  • Tree
  • List 86
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27173226273
  • 662efd57 on github
  • Prev Build on master (#27173159644)
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