pandapower/create.py
changed.
Showing 1 of 1 files from the diff.
@@ -1796,6 +1796,9 @@
Loading
1796 | 1796 | ||
1797 | 1797 | v.update({param: lineparam[param] for param in ["r_ohm_per_km", "x_ohm_per_km", "c_nf_per_km", |
|
1798 | 1798 | "max_i_ka"]}) |
|
1799 | + | if "r0_ohm_per_km" in lineparam: |
|
1800 | + | v.update({param: lineparam[param] for param in ["r0_ohm_per_km", "x0_ohm_per_km", "c0_nf_per_km"]}) |
|
1801 | + | ||
1799 | 1802 | v["g_us_per_km"] = lineparam["g_us_per_km"] if "g_us_per_km" in lineparam else 0. |
|
1800 | 1803 | ||
1801 | 1804 | if "type" in lineparam: |
Files | Coverage |
---|---|
pandapower | 86.89% |
setup.py | 0.00% |
Project Totals (162 files) | 86.82% |
480859733
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.