e2nIEE / pandapipes

A pipeflow calculation tool that complements pandapower in the simulation of multi energy grids
https://www.pandapipes.org
Other
147 stars 62 forks source link

Adaption get_internal_tables_pandas #539

Closed dlohmeier closed 1 year ago

dlohmeier commented 1 year ago

extended the toolbox function get_internal_tables_pandas such that the overridden indices are derived from the idx_node and idx_branch file directly, so that the lookups don't have to be updated with version changes

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.06% :tada:

Comparison is base (0d55a14) 85.05% compared to head (c2aa5f4) 85.12%. Report is 1 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #539 +/- ## =========================================== + Coverage 85.05% 85.12% +0.06% =========================================== Files 90 90 Lines 6083 6111 +28 =========================================== + Hits 5174 5202 +28 Misses 909 909 ``` | [Files Changed](https://app.codecov.io/gh/e2nIEE/pandapipes/pull/539?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=e2nIEE) | Coverage Δ | | |---|---|---| | [pandapipes/idx\_branch.py](https://app.codecov.io/gh/e2nIEE/pandapipes/pull/539?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=e2nIEE#diff-cGFuZGFwaXBlcy9pZHhfYnJhbmNoLnB5) | `100.00% <ø> (ø)` | | | [pandapipes/idx\_node.py](https://app.codecov.io/gh/e2nIEE/pandapipes/pull/539?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=e2nIEE#diff-cGFuZGFwaXBlcy9pZHhfbm9kZS5weQ==) | `100.00% <ø> (ø)` | | | [pandapipes/toolbox.py](https://app.codecov.io/gh/e2nIEE/pandapipes/pull/539?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=e2nIEE#diff-cGFuZGFwaXBlcy90b29sYm94LnB5) | `87.27% <100.00%> (+1.44%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.