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

openego / eDisGo / 30261281971
83%
dev: 84%

Build:
Build:
LAST BUILD BRANCH: ci/oedb-test-reruns
DEFAULT BRANCH: dev
Ran 27 Jul 2026 12:50PM UTC
Jobs 1
Files 68
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

27 Jul 2026 11:14AM UTC coverage: 83.304%. First build
30261281971

push

github

MoritzSchloesser
fix: reduce dumb/reduced/flexibility_bands to the active timeindex before building

Part of #703 follow-up (ADR 0002). dumb/reduced previously wrote each
charging event's deterministic interval unconditionally into a
full-SimBEV-length series, relying solely on a later crop step to trim
to the active timeindex. Now clips the placement slice itself to
whatever overlaps the active timeindex, at unchanged power - correctly
handling a gap inside a single event's interval by writing each
in-window sub-slice independently.

get_flexibility_bands had the same underlying issue: its output values
were already correct after the existing final .loc[timeindex] clip, but
construction itself built over EVERY charging process and SimBEV's
entire simulated range regardless of how much shorter the active
timeindex was - real "build full, then crop" waste, just hidden behind
correct output. Now filters to events overlapping the active timeindex
first and sizes the construction array to only what those events plus
the active window require, while avoiding a pre-existing edge case
(an event's true end landing exactly on the array's last row gets
silently excluded) that the tighter sizing would otherwise trigger far
more often.

See docs/adr/0002-charging-time-series-reduced-to-active-timeindex-before-building.md.

29 of 29 new or added lines in 2 files covered. (100.0%)

9565 of 11482 relevant lines covered (83.3%)

0.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30261281971.1 27 Jul 2026 12:50PM UTC 68
83.3
GitHub Action Run
Source Files on build 30261281971
  • Tree
  • List 68
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 83b4975a on github
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