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

openvax / topiary / 24907834632 / 2
90%
master: 90%

Build:
DEFAULT BRANCH: master
Ran 24 Apr 2026 07:33PM UTC
Files 34
Run time 2s
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

24 Apr 2026 07:25PM UTC coverage: 88.876% (+0.04%) from 88.837%
24907834632.2

push

github

web-flow
evaluate_scores(df, node) row-aligned helper (#126) — v5.10.0 (#144)

Wraps the group→row mapping every DSL consumer writes by hand:

  ctx = EvalContext(df)
  scored = node.eval(ctx)
  aligned = scored.reindex(ctx.row_group_tuples())
  aligned.index = df.index

becomes:

  aligned = evaluate_scores(df, node)

- Returns a Series with df.index, numeric dtype.
- fill= controls NaN behavior for unscored rows (default NaN).
- Exported at topiary.evaluate_scores.

3803 of 4279 relevant lines covered (88.88%)

0.89 hits per line

Source Files on job python-3.12 - 24907834632.2
  • Tree
  • List 34
  • Changed 3
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24907834632
  • adbb33b4 on github
  • Prev Job for on master (#24907235540.2)
  • Next Job for on master (#25186739369.1)
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