Skip to content

create res tables only for elements that exist in the network - #2813

Merged
KS-HTK merged 21 commits into
release/v4.0.0from
2556/res_table_creation
May 22, 2026
Merged

KS-HTK merged 21 commits into
release/v4.0.0from
2556/res_table_creation

Conversation

@heckstrahler

@heckstrahler heckstrahler commented Nov 25, 2025

Copy link
Copy Markdown
Contributor

create res tables only for elements that exist in the network

closes #2556

@heckstrahler heckstrahler self-assigned this Nov 25, 2025
@heckstrahler
heckstrahler marked this pull request as draft November 25, 2025 13:54
@codecov

codecov Bot commented Nov 26, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 82.58065% with 27 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.96%. Comparing base (ec6e28f) to head (fe0c72f).
⚠️ Report is 110 commits behind head on develop.

Files with missing lines Patch % Lines
pandapower/convert_format.py 65.71% 12 Missing ⚠️
pandapower/results_gen.py 25.00% 6 Missing ⚠️
pandapower/shortcircuit/results.py 66.66% 4 Missing ⚠️
pandapower/toolbox/data_modification.py 77.77% 4 Missing ⚠️
pandapower/opf/pm_storage.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2813      +/-   ##
===========================================
- Coverage    73.97%   73.96%   -0.02%     
===========================================
  Files          348      349       +1     
  Lines        36822    36863      +41     
===========================================
+ Hits         27239    27264      +25     
- Misses        9583     9599      +16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sonarqubecloud

Copy link
Copy Markdown

@heckstrahler
heckstrahler changed the base branch from develop to release/v4.0.0 May 6, 2026 09:49
heckstrahler and others added 5 commits May 8, 2026 11:09
# Conflicts:
#	pandapower/convert_format.py
#	pandapower/file_io.py
#	pandapower/results_bus.py
#	pandapower/test/consistency_checks.py
removed _empty_res_ tables from net and created own object to get them
fixed sc tests ignoring columns order
@KS-HTK
KS-HTK marked this pull request as ready for review May 22, 2026 12:28
@KS-HTK
KS-HTK merged commit 8fe7025 into release/v4.0.0 May 22, 2026
3 of 4 checks passed
@sonarqubecloud

Copy link
Copy Markdown

@KS-HTK
KS-HTK deleted the 2556/res_table_creation branch May 22, 2026 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[feature] make res_ tables dependent on actual elements in net

2 participants