-
Notifications
You must be signed in to change notification settings - Fork 563
incorporate pandera into network structure #2788
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
heckstrahler
wants to merge
235
commits into
release/v4.0.0
Choose a base branch
from
structure_dict_extension
base: release/v4.0.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
235 commits
Select commit
Hold shift + click to select a range
67b2a2b
modifie network_structure according to docu and create method signatures
heckstrahler 0b066c7
reformarting, removing not needed comments
heckstrahler f6062ff
Merge branch 'develop' into structure_dict_rework
vogt31337 e4d9baa
Merge branch 'develop' into structure_dict_rework
heckstrahler b2610f8
first draft for element schemata
heckstrahler 4f09558
incooperate schemas into network struct, first draft for network test
heckstrahler dcb655c
reformat
heckstrahler 1284f25
reformat with better line width
heckstrahler 6b95caa
make tap_step_degree nullable
heckstrahler c7941a8
optimize get_dtypes
heckstrahler d560e0e
enhance pandera validation according to documentation
heckstrahler 11926f2
add descriptions to bus schema
heckstrahler 4cf9195
add create csv function for docu
heckstrahler 41165cd
Merge branch 'develop' into structure_dict_rework
heckstrahler 9fbe11a
add pandera to dependancies
heckstrahler d8ecaa2
added missing vn_kv
vogt31337 0e51c85
fixed a broken check about standard values... (which are not document…
vogt31337 c9fa1b9
example on how metadata could be used
vogt31337 55750fc
fix which will not add non required columns.
vogt31337 abb27f1
add descriptions to schemata, add b2b_vsc, bus_dc and load_dc schemata
heckstrahler 9a9b545
Merge branch 'develop' into structure_dict_rework
heckstrahler c8b11cf
add schema for dcline, measurement, source_dc, ward, xward
heckstrahler a55cb35
add schemata for bi_vsc, impedance, line_dc, tcsc, trafo3w
heckstrahler 55c7a51
add res schema to elements
heckstrahler e6ba49d
add 3ph res tables to elements
heckstrahler c922bb8
remove introduced inplace methods
heckstrahler 28859e7
fix if condition for dataframe
heckstrahler ddfd275
add metadata to elements
heckstrahler fee0cd9
Merge branch 'develop' into structure_dict_rework
heckstrahler 98f9592
add additional schema (#2738)
FynnIEE 16582c3
fix less equals error
heckstrahler 47f3da2
reformat imports
heckstrahler 26090b9
set correct dtype for id_characteristic_table, and set
heckstrahler bdb4d40
fix typo, fix small slow list/dict creation
heckstrahler 842f6b4
make comments into TODOs
heckstrahler 3a93c0e
fixed failing sq_lite test
KS-HTK 02460b5
add schema for ssc element, bug fixes
heckstrahler c59ae15
revert breaking change, other bugfixes
heckstrahler f98bddb
fixed test for subnet
KS-HTK e8bb137
fix typing in build_branch
heckstrahler c06ec7d
add metadata to csv creation
heckstrahler b2a9c2d
update get_std_type_structure_dict
heckstrahler 2702e15
Merge branch 'develop' into structure_dict_rework
heckstrahler 8ba8f9c
fixed path loading
KS-HTK 10fb6d0
Merge branch 'develop' into structure_dict_rework
KS-HTK efd6167
set required correctly for bus, bus_dc
heckstrahler fe0ac7f
Structure dict rework add additional schemas (#2745)
FynnIEE cefa047
set better variable names, correct imports, add missing res schemata
heckstrahler 9264dde
set required according to documentation
heckstrahler f58e9ff
fix bus creation when there is no geo data, other schema fixes
heckstrahler 0b0b0b0
make test_create as runable as possible -> update create, allow non
heckstrahler dcd98d9
Merge branch 'develop' into structure_dict_rework
heckstrahler 9f3f409
further changes for test create
heckstrahler 1e1f1de
Merge branch 'develop' into structure_dict_rework
heckstrahler 79a2450
fix errors for merge, fix dtype in _set_multiple
heckstrahler a1aa315
fixed nullable strings dtype, some typing, some sonarlint warnings
heckstrahler 76c7bda
add bus index validation method
heckstrahler 82be396
Merge branch 'develop' into structure_dict_rework
heckstrahler 79ad138
add foreign key for bus in schematas
heckstrahler d23c4ff
check bus, bus_dc, dcline, ext_grid, gen, set name to pd.StringDtype
heckstrahler 9543829
make res nullable
heckstrahler 4234144
set nullable = true if required = False
heckstrahler 3599233
Merge branch 'develop' into structure_dict_rework
heckstrahler a90f699
add validation for columns which need to exist together
heckstrahler 6cd7831
Merge branch 'develop' into structure_dict_rework
heckstrahler 64b0a6a
Merge branch 'develop' into structure_dict_rework
heckstrahler e01b38e
fix import
heckstrahler 3b40c2b
add hint to trafo check
heckstrahler 6ff3331
Merge branch 'develop' into structure_dict_rework
heckstrahler c5dfaae
update pandera definitions
heckstrahler 2c5ed74
update schemata after plausibility check
heckstrahler 01dad6d
Merge branch 'develop' into structure_dict_rework
heckstrahler 734198a
Merge branch 'develop' into structure_dict_extension
heckstrahler fbac012
fix import get_dtypes
heckstrahler 4facc12
fixes for test_create
heckstrahler 399c129
add tests for pandera get_dtypes and group_dependency, fix error in
heckstrahler 4c5eeaf
fix dtype in set_multiple_entries, fix geodata init in bus_create, fix
heckstrahler 31f7919
fix group_dependency
heckstrahler 489a6e3
fix various create problems
heckstrahler 253b11a
remove old tools file
heckstrahler c276d44
update repo
heckstrahler 46bae1a
add pandera bus schema test
heckstrahler c778c93
move numbers to helper
heckstrahler 482d5e0
fix pandera test bus
heckstrahler 0d7a69f
update schemata
heckstrahler cd3235f
improve test variables
heckstrahler 5325a1f
Merge branch 'develop' into structure_dict_extension
heckstrahler b38db52
add zero number so helper
heckstrahler 8f570b6
fix description errors
heckstrahler d3ee0cc
Merge branch 'develop' into structure_dict_extension
heckstrahler d8c7bce
update bus schema test
heckstrahler 6d149f8
serveral schema fixes
heckstrahler 2463f87
fix max step for shunt schema
heckstrahler 3190bec
fixes for shunt and sgen schemata
heckstrahler defaf31
fixes for gen and trafo runpp
heckstrahler 9fd367b
revert build branch calc tap from dataframe problem..
heckstrahler fb08eb4
set switch z_ohm to required
heckstrahler 6810831
add column_condition, lower equals check creation method
heckstrahler 2a0c2b8
Merge branch 'develop' into structure_dict_extension
heckstrahler 05bcac3
add fixes for test_create
heckstrahler 7be3b81
fix group validation error
heckstrahler 7e3dd07
fix create test
heckstrahler fda683f
rename pandera test folder
heckstrahler 113f118
fix some cgmes converter problems
heckstrahler 9fa2dc5
fix more errors in converter
heckstrahler 3a08ce3
fix asmcsgen type
heckstrahler d7ca6f8
fixes in build_branch.py (#2804)
KS-HTK 323db01
fixes for all network and plotting tests (#2805)
KS-HTK 728ce09
restore opf check in bus schema
heckstrahler 8e9decd
Merge branch 'structure_dict_extension' of github.com:e2nIEE/pandapow…
heckstrahler 2e8f8cb
Merge branch 'develop' into structure_dict_extension
heckstrahler 3201c12
fixed issues in test_auxiliary.py (#2808)
KS-HTK b6ada68
Merge branch 'structure_dict_extension' of github.com:e2nIEE/pandapow…
heckstrahler beef976
add lower than vor vkr and vk at trafo and trafo3w
heckstrahler 11cebca
add comment
heckstrahler f4c6533
update schemata
heckstrahler 97ff216
add 3ph to rx min max for ext grid
heckstrahler 17c5b9c
fix create lower than column check
heckstrahler 12df8b7
fix problems with bus max min vmpu creation
heckstrahler 3d26bdf
fix NA from excel, current_source in sgen, discretetapcontrol comparison
heckstrahler d0755b6
fix run3ph when type is not set
heckstrahler 7267289
fix add dcline gens
heckstrahler fa41572
Issues/structure dict extension test fixes (#2824)
KS-HTK 93a4938
fixes for grid equivalents
heckstrahler 5f11426
Issues/structure dict extension fix issues (#2825)
KS-HTK 2337fb3
fix bus dc opf nullable
heckstrahler ea4f697
Issues/structure dict extension fix issues (#2827)
KS-HTK 3b6d5c6
Merge branch 'develop' into structure_dict_extension
heckstrahler 39b4ba1
fix sgen create kappa default
heckstrahler 7191717
Issues/structure dict extension fix issues (#2830)
KS-HTK 0d6565c
Merge branch 'develop' into structure_dict_extension
heckstrahler c2738e8
add phases for sn_mva in asym load/sgen
heckstrahler ab6b78a
fix bus create for opf parameter
heckstrahler 0153d8d
fix bus test
heckstrahler 89756fb
fix test_grid_equivalents_auxiliary (test_trafo_phase_shifter)
heckstrahler 33a9614
tap_side fix in _calculate_3w_tap_changers
heckstrahler a76ab2a
Merge branch 'develop' into structure_dict_extension
heckstrahler cae985e
added not_ints_list in helper.py (#2798)
lezneew 298cc83
remove redundant test
heckstrahler da347fc
fix sgen , line, lindc tests
heckstrahler 6f6ed1e
fix storage tests
heckstrahler 54e8abc
fix svc test
heckstrahler 3cfed0c
fix trafo and shunt tests
heckstrahler 7760e69
fix line test
heckstrahler f3afae8
fix tests
heckstrahler a59bd20
fix test_get_min_max_q_capability
heckstrahler b1c02cc
Merge branch 'develop' into structure_dict_extension
heckstrahler bf1882d
fix for contingency
heckstrahler 76580bd
fix test_recycle_dc_trafo_shift
heckstrahler 3732fdc
compare_tcsc_impedance
heckstrahler 758ece5
fix trafo test
heckstrahler 85a5ee7
fix test_ext_grid_gen_order_in_ppc
heckstrahler 55af02a
Merge branch 'develop' into structure_dict_extension
heckstrahler ff87463
fix test_merge_with_characteristics
heckstrahler d06e79e
Merge branch 'develop' into structure_dict_extension
heckstrahler dddd522
Merge branch 'develop' into structure_dict_extension
heckstrahler c3ca169
trafo and other smaller fixes
heckstrahler 8ce76d1
Merge branch 'develop' into structure_dict_extension
heckstrahler 8a07afa
fix _add_dcline_gens
heckstrahler 88beb4c
trafo and sc fixes
heckstrahler a6c44bb
fix test_characteristic
heckstrahler 58b04e5
fixes and sonarcube fixes
heckstrahler db528a7
fix typing
heckstrahler 5dfb9f5
Merge branch 'develop' into structure_dict_extension
heckstrahler c098d45
fix test for change element name
heckstrahler 080c07f
Merge branch 'develop' into structure_dict_extension
heckstrahler c478110
fix network structre res vsc
heckstrahler 99f7520
rename bivsc to vscbipolar
heckstrahler 624ad6c
add add column to df
heckstrahler 3951e2a
Structure dict extension (#2882)
lezneew b7d9002
Merge branch 'develop' into structure_dict_extension
heckstrahler cbc51ca
Merge branch 'structure_dict_extension' of github.com:e2nIEE/pandapow…
heckstrahler 6bf2c6b
fix for dev merge introduced errors
heckstrahler 2a3aa39
Merge branch 'develop' into structure_dict_extension
heckstrahler 256d883
set controallable to default false when optional
heckstrahler 7878662
fix tests
heckstrahler e12240e
Merge branch 'develop' into structure_dict_extension
heckstrahler 445953f
fix create controllable errors
heckstrahler c52f770
fix name in ucte converter
heckstrahler 9a5607c
fix trafo.df for ucte converter
heckstrahler 8c4e11e
fix stationcontrol
heckstrahler 11826ba
fix sonar warnings
heckstrahler 8e8fea0
Structure dict extension fixes (#2891)
KS-HTK de7de57
fix test_lightsim2grid_phase_shifters
heckstrahler aabbab0
Merge branch 'develop' into structure_dict_extension
heckstrahler 474fc39
structure dict extension more fixes (#2892)
KS-HTK 44a8671
Merge branch 'develop' into structure_dict_extension
heckstrahler eeb93ed
Issues/fixes in structure dict extension (#2900)
KS-HTK 3576a32
Merge branch 'develop' into structure_dict_extension
heckstrahler 6b06b5c
Merge remote-tracking branch 'refs/remotes/origin/structure_dict_exte…
heckstrahler 96899db
add default values to metadata
heckstrahler 2a63865
Issues/fixes in structure dict extension (#2904)
KS-HTK 228b14c
Merge branch 'develop' into structure_dict_extension
heckstrahler 164d8a6
Issues/fixes in structure dict extension (#2920)
KS-HTK 0b10782
fix BinarySearchControl
heckstrahler 83288ba
introduce cim metadata, create columns for cim2pp from schemata, all …
heckstrahler 837b69c
Merge branch 'develop' into structure_dict_extension
30dd050
fix _update_min_max_q_mvar for station_control
heckstrahler ce0a6f0
Fix facts structure dict extension (#2922)
KS-HTK 5a0baa5
fixes for cim2pp
heckstrahler 05922c7
Merge branch 'develop' into structure_dict_extension
heckstrahler 1e4be50
Merge branch 'develop' into structure_dict_extension
heckstrahler 6fbb49b
fix mypy
heckstrahler ff7c95f
fix todos
heckstrahler 967b696
updated docstings (#2934)
KS-HTK a660e91
add ucte converter tags
heckstrahler e4526dd
fix bool defaults
heckstrahler e619606
Merge branch 'develop' into structure_dict_extension
heckstrahler 7c27f99
Feature/get all elements (#2939)
jwiemer112 16231ef
ltds_fix (#2938)
mrifraunhofer 032cf61
Merge branch 'develop' into structure_dict_extension
heckstrahler 7db7449
added pytest split to tutorial_test pipeline (#2935)
KS-HTK d5c9719
fixed many links (#2937)
KS-HTK e7cc0a6
Merge branch 'develop' into structure_dict_extension
heckstrahler 8a3f75a
update pandera version
heckstrahler a3b66c9
set pandera version interval
heckstrahler 5abc6ff
set pandaer 0.29.0 as max version
heckstrahler b90cbc6
Fix copyright text formatting in LICENSE file (#2914)
brynpickering 53def8f
added PowerElectronicsConnection to the LTDS converter, updated LTDS …
mrifraunhofer e0a9fcc
Merge branch 'develop' into structure_dict_extension
heckstrahler 0b92e25
fixes from review
heckstrahler 364cfa8
Merge branch 'release/v4.0.0' into structure_dict_extension
KS-HTK 4171d26
ltds_pce (#2944)
mrifraunhofer 446a1e9
ltds_notebook (#2949)
mrifraunhofer e19b592
ltds_notebook (#2950)
mrifraunhofer f90461a
Feature check vkr percent (#2948)
vogt31337 5c0827d
Feature additional diagnostic functions (#2952)
vogt31337 7bb6956
Correct loading_percent description in motor_par.csv (#2947)
arisaka97 aa6f4e9
ucte2pp conversion fixes (#2823)
pawellytaev 7045a2f
Fix 2733 (#2951)
MoritzHauff 712cf18
Fix runopp(init="results") so the OPF solver preserves the model init…
jerelang b0a54a3
Feature/highlight plot (#2833)
jwiemer112 6a1ce2b
fixes for review
heckstrahler 37850f1
Merge branch 'develop' into structure_dict_extension
heckstrahler 376b3b2
typing for for network_create
heckstrahler File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| __version__ = "3.4.0" | ||
| __format_version__ = "3.1.0" | ||
| __version__ = "4.0.0" | ||
| __format_version__ = "4.0.0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this be removed? If so remove.