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

openego / eDisGo / 33633976850
84%
dev: 84%

Build:
Build:
LAST BUILD BRANCH: 739-task-decouple_regular_test_suite_from_live_OEP_access
DEFAULT BRANCH: dev
Ran 02 Sep 2026 02:57PM 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

02 Sep 2026 01:07PM UTC coverage: 83.824%. First build
33633976850

push

github

joda9
fix(io): align the thermal-storage SoC before building the heat storage

_build_heat_storage passed the overlying grid's thermal-storage state of
charge straight into a DataFrame whose index is the time index plus the
end-of-period boundary step:

    pd.DataFrame(columns=hps, data=soc.values,
                 index=timeindex.union([timeindex[-1] + timeindex.freq]))

Any series that is not exactly len(timeindex) + 1 long therefore raises

    ValueError: Shape of passed values is (n, k), indices imply (m, k)

That is the normal case for a temporally reduced multi-interval run. Before
the previous commit the container held the whole reduced index (too long);
with the per-interval slicing it holds the interval, and a non-final
interval's trailing boundary step falls in the gap between intervals, so the
slice is one step short. Both shapes crash.

The battery-storage path a few hundred lines above already solved this with
align_series_to_timeindex(..., extra_step=True) plus ffill/bfill for the
boundary step -- the same expression that builds the target index here. Use
it for the decentral and the central thermal SoC too. reindex only touches
rows, so the central lookup by district_heating_id still finds its columns.

The regression test covers both the too-long and the too-short case and
fails on dev with the ValueError above.

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

9478 of 11307 relevant lines covered (83.82%)

0.84 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33633976850.1 02 Sep 2026 02:57PM UTC 68
83.82
GitHub Action Run
Source Files on build 33633976850
  • Tree
  • List 68
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 63e4903b 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