-
Notifications
You must be signed in to change notification settings - Fork 48
Tap changer extrema strategy behavior #1214
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
Merged
Jerry-Jinfeng-Guo
merged 10 commits into
main
from
investigation/tap-changer-extrema-strategy-behavior
Dec 9, 2025
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
de8a9d5
init
Jerry-Jinfeng-Guo ef5c080
two tests values not yet correct
Jerry-Jinfeng-Guo f4d5f53
band other direction
Jerry-Jinfeng-Guo 7f8d20e
updated results for max
Jerry-Jinfeng-Guo e6ee05e
updated result for min
Jerry-Jinfeng-Guo 7b576b6
added tests for the any strategy; added test showing bug for the fast…
Jerry-Jinfeng-Guo e2bb9b9
addressing comments
Jerry-Jinfeng-Guo c28b0aa
Update tests/data/power_flow/automatic-tap-regulator/achievable-volta…
Jerry-Jinfeng-Guo e9044b2
json format
Jerry-Jinfeng-Guo 2169b76
Merge branch 'investigation/tap-changer-extrema-strategy-behavior' of…
Jerry-Jinfeng-Guo 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
22 changes: 22 additions & 0 deletions
22
tests/data/power_flow/automatic-tap-regulator/achievable-voltage-above-band-any/input.json
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 |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
|
|
||
| { | ||
| "version": "1.0", | ||
| "type": "input", | ||
| "is_batch": false, | ||
| "attributes": {}, | ||
| "data": { | ||
| "node": [ | ||
| {"id": 1, "u_rated": 10000}, | ||
| {"id": 2, "u_rated": 400} | ||
| ], | ||
| "source": [ | ||
| {"id": 3, "node": 1, "status": 1, "u_ref": 1} | ||
| ], | ||
| "transformer": [ | ||
| {"id": 4, "from_node": 1, "to_node": 2, "from_status": 1, "to_status": 1, "u1": 10000, "u2": 400, "sn": 100000, "uk": 0.1, "pk": 1000, "i0": 1.0e-06, "p0": 0.1, "winding_from": 2, "winding_to": 1, "clock": 5, "tap_side": 0, "tap_pos": 3, "tap_min": -11, "tap_max": 9, "tap_size": 100} | ||
| ], | ||
| "transformer_tap_regulator": [ | ||
| {"id": 8, "regulated_object": 4, "status": 1, "control_side": 1, "u_set": 50, "u_band": 20} | ||
| ] | ||
| } | ||
| } |
3 changes: 3 additions & 0 deletions
3
...a/power_flow/automatic-tap-regulator/achievable-voltage-above-band-any/input.json.license
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 |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| SPDX-FileCopyrightText: 2023 Contributors to the Power Grid Model project <dynamic.grid.calculation@alliander.com> | ||
|
|
||
| SPDX-License-Identifier: MPL-2.0 |
9 changes: 9 additions & 0 deletions
9
tests/data/power_flow/automatic-tap-regulator/achievable-voltage-above-band-any/params.json
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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "calculation_method": "newton_raphson", | ||
| "tap_changing_strategy": "any_valid_tap", | ||
| "rtol": 1e-05, | ||
| "atol": { | ||
| "default": 1e-05, | ||
| "u": 100.0 | ||
| } | ||
| } | ||
3 changes: 3 additions & 0 deletions
3
.../power_flow/automatic-tap-regulator/achievable-voltage-above-band-any/params.json.license
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 |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| SPDX-FileCopyrightText: 2023 Contributors to the Power Grid Model project <dynamic.grid.calculation@alliander.com> | ||
|
|
||
| SPDX-License-Identifier: MPL-2.0 |
61 changes: 61 additions & 0 deletions
61
...data/power_flow/automatic-tap-regulator/achievable-voltage-above-band-any/sym_output.json
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 |
|---|---|---|
| @@ -0,0 +1,61 @@ | ||
| { | ||
| "version": "1.0", | ||
| "type": "sym_output", | ||
| "is_batch": false, | ||
| "attributes": {}, | ||
| "data": { | ||
| "node": [ | ||
| { | ||
| "id": 1, | ||
| "energized": 1, | ||
| "u_pu": 0.99999999999916234, | ||
| "u": 9999.9999999916236, | ||
| "u_angle": -8.3750227160426029e-12, | ||
| "p": 0.084167999070335342, | ||
| "q": 2.3307634428066978e-09 | ||
| }, | ||
| { | ||
| "id": 2, | ||
| "energized": 1, | ||
| "u_pu": 0.91743118807262469, | ||
| "u": 366.97247522904991, | ||
| "u_angle": -2.6179939277492403, | ||
| "p": -0, | ||
| "q": 0 | ||
| } | ||
| ], | ||
| "transformer": [ | ||
| { | ||
| "id": 4, | ||
| "energized": 1, | ||
| "loading": 8.4167999070335368e-07, | ||
| "p_from": 0.084167999070335342, | ||
| "q_from": 2.3307634428066978e-09, | ||
| "i_from": 4.8594416920451007e-06, | ||
| "s_from": 0.08416799907033537, | ||
| "p_to": -0, | ||
| "q_to": 0, | ||
| "i_to": 0, | ||
| "s_to": 0 | ||
| } | ||
| ], | ||
| "source": [ | ||
| { | ||
| "id": 3, | ||
| "energized": 1, | ||
| "p": 0.084167999070335342, | ||
| "q": 2.3307634428066978e-09, | ||
| "i": 4.8594416920451007e-06, | ||
| "s": 0.08416799907033537, | ||
| "pf": 0.99999999999999967 | ||
| } | ||
| ], | ||
| "transformer_tap_regulator": [ | ||
| { | ||
| "id": 8, | ||
| "energized": 1, | ||
| "tap_pos": 9 | ||
| } | ||
| ] | ||
| } | ||
| } |
3 changes: 3 additions & 0 deletions
3
...er_flow/automatic-tap-regulator/achievable-voltage-above-band-any/sym_output.json.license
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 |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| SPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org> | ||
|
|
||
| SPDX-License-Identifier: MPL-2.0 |
22 changes: 22 additions & 0 deletions
22
...data/power_flow/automatic-tap-regulator/achievable-voltage-above-band-fast-any/input.json
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 |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
|
|
||
| { | ||
| "version": "1.0", | ||
| "type": "input", | ||
| "is_batch": false, | ||
| "attributes": {}, | ||
| "data": { | ||
| "node": [ | ||
| {"id": 1, "u_rated": 10000}, | ||
| {"id": 2, "u_rated": 400} | ||
| ], | ||
| "source": [ | ||
| {"id": 3, "node": 1, "status": 1, "u_ref": 1} | ||
| ], | ||
| "transformer": [ | ||
| {"id": 4, "from_node": 1, "to_node": 2, "from_status": 1, "to_status": 1, "u1": 10000, "u2": 400, "sn": 100000, "uk": 0.1, "pk": 1000, "i0": 1.0e-06, "p0": 0.1, "winding_from": 2, "winding_to": 1, "clock": 5, "tap_side": 0, "tap_pos": 3, "tap_min": -11, "tap_max": 9, "tap_size": 100} | ||
| ], | ||
| "transformer_tap_regulator": [ | ||
| {"id": 8, "regulated_object": 4, "status": 1, "control_side": 1, "u_set": 50, "u_band": 20} | ||
| ] | ||
| } | ||
| } |
3 changes: 3 additions & 0 deletions
3
...er_flow/automatic-tap-regulator/achievable-voltage-above-band-fast-any/input.json.license
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 |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| SPDX-FileCopyrightText: 2023 Contributors to the Power Grid Model project <dynamic.grid.calculation@alliander.com> | ||
|
|
||
| SPDX-License-Identifier: MPL-2.0 |
13 changes: 13 additions & 0 deletions
13
...ata/power_flow/automatic-tap-regulator/achievable-voltage-above-band-fast-any/params.json
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 |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| { | ||
| "calculation_method": "newton_raphson", | ||
| "tap_changing_strategy": "fast_any_tap", | ||
| "rtol": 1e-05, | ||
| "atol": { | ||
| "default": 1e-05, | ||
| "u": 100.0 | ||
| }, | ||
| "xfail": { | ||
| "raises": "AssertionError", | ||
| "reason": "Bug in fast any tap changing strategy in this edge case: https://github.com/PowerGridModel/power-grid-model/issues/1215" | ||
| } | ||
| } |
3 changes: 3 additions & 0 deletions
3
...r_flow/automatic-tap-regulator/achievable-voltage-above-band-fast-any/params.json.license
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 |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| SPDX-FileCopyrightText: 2023 Contributors to the Power Grid Model project <dynamic.grid.calculation@alliander.com> | ||
|
|
||
| SPDX-License-Identifier: MPL-2.0 |
61 changes: 61 additions & 0 deletions
61
...power_flow/automatic-tap-regulator/achievable-voltage-above-band-fast-any/sym_output.json
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 |
|---|---|---|
| @@ -0,0 +1,61 @@ | ||
| { | ||
| "version": "1.0", | ||
| "type": "sym_output", | ||
| "is_batch": false, | ||
| "attributes": {}, | ||
| "data": { | ||
| "node": [ | ||
| { | ||
| "id": 1, | ||
| "energized": 1, | ||
| "u_pu": 0.99999999999916234, | ||
| "u": 9999.9999999916236, | ||
| "u_angle": -8.3750227160426029e-12, | ||
| "p": 0.084167999070335342, | ||
| "q": 2.3307634428066978e-09 | ||
| }, | ||
| { | ||
| "id": 2, | ||
| "energized": 1, | ||
| "u_pu": 0.91743118807262469, | ||
| "u": 366.97247522904991, | ||
| "u_angle": -2.6179939277492403, | ||
| "p": -0, | ||
| "q": 0 | ||
| } | ||
| ], | ||
| "transformer": [ | ||
| { | ||
| "id": 4, | ||
| "energized": 1, | ||
| "loading": 8.4167999070335368e-07, | ||
| "p_from": 0.084167999070335342, | ||
| "q_from": 2.3307634428066978e-09, | ||
| "i_from": 4.8594416920451007e-06, | ||
| "s_from": 0.08416799907033537, | ||
| "p_to": -0, | ||
| "q_to": 0, | ||
| "i_to": 0, | ||
| "s_to": 0 | ||
| } | ||
| ], | ||
| "source": [ | ||
| { | ||
| "id": 3, | ||
| "energized": 1, | ||
| "p": 0.084167999070335342, | ||
| "q": 2.3307634428066978e-09, | ||
| "i": 4.8594416920451007e-06, | ||
| "s": 0.08416799907033537, | ||
| "pf": 0.99999999999999967 | ||
| } | ||
| ], | ||
| "transformer_tap_regulator": [ | ||
| { | ||
| "id": 8, | ||
| "energized": 1, | ||
| "tap_pos": 9 | ||
| } | ||
| ] | ||
| } | ||
| } |
3 changes: 3 additions & 0 deletions
3
...ow/automatic-tap-regulator/achievable-voltage-above-band-fast-any/sym_output.json.license
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 |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| SPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org> | ||
|
|
||
| SPDX-License-Identifier: MPL-2.0 |
22 changes: 22 additions & 0 deletions
22
tests/data/power_flow/automatic-tap-regulator/achievable-voltage-above-band-max/input.json
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 |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
|
|
||
Jerry-Jinfeng-Guo marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| { | ||
| "version": "1.0", | ||
| "type": "input", | ||
| "is_batch": false, | ||
| "attributes": {}, | ||
| "data": { | ||
| "node": [ | ||
| {"id": 1, "u_rated": 10000}, | ||
| {"id": 2, "u_rated": 400} | ||
| ], | ||
| "source": [ | ||
| {"id": 3, "node": 1, "status": 1, "u_ref": 1} | ||
| ], | ||
| "transformer": [ | ||
| {"id": 4, "from_node": 1, "to_node": 2, "from_status": 1, "to_status": 1, "u1": 10000, "u2": 400, "sn": 100000, "uk": 0.1, "pk": 1000, "i0": 1.0e-06, "p0": 0.1, "winding_from": 2, "winding_to": 1, "clock": 5, "tap_side": 0, "tap_pos": 3, "tap_min": -11, "tap_max": 9, "tap_size": 100} | ||
| ], | ||
| "transformer_tap_regulator": [ | ||
| {"id": 8, "regulated_object": 4, "status": 1, "control_side": 1, "u_set": 50, "u_band": 20} | ||
| ] | ||
| } | ||
| } | ||
3 changes: 3 additions & 0 deletions
3
...a/power_flow/automatic-tap-regulator/achievable-voltage-above-band-max/input.json.license
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 |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| SPDX-FileCopyrightText: 2023 Contributors to the Power Grid Model project <dynamic.grid.calculation@alliander.com> | ||
|
|
||
| SPDX-License-Identifier: MPL-2.0 |
9 changes: 9 additions & 0 deletions
9
tests/data/power_flow/automatic-tap-regulator/achievable-voltage-above-band-max/params.json
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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "calculation_method": "newton_raphson", | ||
| "tap_changing_strategy": "max_voltage_tap", | ||
| "rtol": 1e-05, | ||
| "atol": { | ||
| "default": 1e-05, | ||
| "u": 100.0 | ||
| } | ||
| } |
3 changes: 3 additions & 0 deletions
3
.../power_flow/automatic-tap-regulator/achievable-voltage-above-band-max/params.json.license
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 |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| SPDX-FileCopyrightText: 2023 Contributors to the Power Grid Model project <dynamic.grid.calculation@alliander.com> | ||
|
|
||
| SPDX-License-Identifier: MPL-2.0 |
61 changes: 61 additions & 0 deletions
61
...data/power_flow/automatic-tap-regulator/achievable-voltage-above-band-max/sym_output.json
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 |
|---|---|---|
| @@ -0,0 +1,61 @@ | ||
| { | ||
| "version": "1.0", | ||
| "type": "sym_output", | ||
| "is_batch": false, | ||
| "attributes": {}, | ||
| "data": { | ||
| "node": [ | ||
| { | ||
| "id": 1, | ||
| "energized": 1, | ||
| "u_pu": 0.99999999999916234, | ||
| "u": 9999.9999999916236, | ||
| "u_angle": -8.3750227160426029e-12, | ||
| "p": 0.084167999070335342, | ||
| "q": 2.3307634428066978e-09 | ||
| }, | ||
| { | ||
| "id": 2, | ||
| "energized": 1, | ||
| "u_pu": 0.91743118807262469, | ||
| "u": 366.97247522904991, | ||
| "u_angle": -2.6179939277492403, | ||
| "p": -0, | ||
| "q": 0 | ||
| } | ||
| ], | ||
| "transformer": [ | ||
| { | ||
| "id": 4, | ||
| "energized": 1, | ||
| "loading": 8.4167999070335368e-07, | ||
| "p_from": 0.084167999070335342, | ||
| "q_from": 2.3307634428066978e-09, | ||
| "i_from": 4.8594416920451007e-06, | ||
| "s_from": 0.08416799907033537, | ||
| "p_to": -0, | ||
| "q_to": 0, | ||
| "i_to": 0, | ||
| "s_to": 0 | ||
| } | ||
| ], | ||
| "source": [ | ||
| { | ||
| "id": 3, | ||
| "energized": 1, | ||
| "p": 0.084167999070335342, | ||
| "q": 2.3307634428066978e-09, | ||
| "i": 4.8594416920451007e-06, | ||
| "s": 0.08416799907033537, | ||
| "pf": 0.99999999999999967 | ||
| } | ||
| ], | ||
| "transformer_tap_regulator": [ | ||
| { | ||
| "id": 8, | ||
| "energized": 1, | ||
| "tap_pos": 9 | ||
| } | ||
| ] | ||
| } | ||
| } |
3 changes: 3 additions & 0 deletions
3
...er_flow/automatic-tap-regulator/achievable-voltage-above-band-max/sym_output.json.license
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 |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| SPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org> | ||
|
|
||
| SPDX-License-Identifier: MPL-2.0 |
21 changes: 21 additions & 0 deletions
21
tests/data/power_flow/automatic-tap-regulator/achievable-voltage-above-band-min/input.json
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 |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| { | ||
| "version": "1.0", | ||
| "type": "input", | ||
| "is_batch": false, | ||
| "attributes": {}, | ||
| "data": { | ||
| "node": [ | ||
| {"id": 1, "u_rated": 10000}, | ||
| {"id": 2, "u_rated": 400} | ||
| ], | ||
| "source": [ | ||
| {"id": 3, "node": 1, "status": 1, "u_ref": 1} | ||
| ], | ||
| "transformer": [ | ||
| {"id": 4, "from_node": 1, "to_node": 2, "from_status": 1, "to_status": 1, "u1": 10000, "u2": 400, "sn": 100000, "uk": 0.1, "pk": 1000, "i0": 1.0e-06, "p0": 0.1, "winding_from": 2, "winding_to": 1, "clock": 5, "tap_side": 0, "tap_pos": 3, "tap_min": -11, "tap_max": 9, "tap_size": 100} | ||
| ], | ||
| "transformer_tap_regulator": [ | ||
| {"id": 8, "regulated_object": 4, "status": 1, "control_side": 1, "u_set": 50, "u_band": 20} | ||
| ] | ||
| } | ||
| } |
3 changes: 3 additions & 0 deletions
3
...a/power_flow/automatic-tap-regulator/achievable-voltage-above-band-min/input.json.license
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 |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| SPDX-FileCopyrightText: 2023 Contributors to the Power Grid Model project <dynamic.grid.calculation@alliander.com> | ||
|
|
||
| SPDX-License-Identifier: MPL-2.0 |
9 changes: 9 additions & 0 deletions
9
tests/data/power_flow/automatic-tap-regulator/achievable-voltage-above-band-min/params.json
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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "calculation_method": "newton_raphson", | ||
| "tap_changing_strategy": "min_voltage_tap", | ||
| "rtol": 1e-05, | ||
| "atol": { | ||
| "default": 1e-05, | ||
| "u": 100.0 | ||
| } | ||
| } |
3 changes: 3 additions & 0 deletions
3
.../power_flow/automatic-tap-regulator/achievable-voltage-above-band-min/params.json.license
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 |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| SPDX-FileCopyrightText: 2023 Contributors to the Power Grid Model project <dynamic.grid.calculation@alliander.com> | ||
|
|
||
| SPDX-License-Identifier: MPL-2.0 |
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.
Uh oh!
There was an error while loading. Please reload this page.