Skip to content

Commit 875185d

Browse files
committed
more newlines
Signed-off-by: Martijn Govers <[email protected]>
1 parent 65af185 commit 875185d

File tree

3 files changed

+11
-3
lines changed
  • tests/data
    • power_flow/pandapower/components/symmetric/three_winding_transformer
    • state_estimation/current-sensor

3 files changed

+11
-3
lines changed

tests/data/power_flow/pandapower/components/symmetric/three_winding_transformer/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ SPDX-License-Identifier: MPL-2.0
66

77
# Component Test Case: Three Winding Transformer
88

9-
Test case for validation of the three winding transformer component for symmetrical power flow calculations in pandapower. The implementation of both the libraries are similar. Three 2-winding transformers are used in star connection for creating a 3 winding transformer.
9+
Test case for validation of the three winding transformer component for symmetrical power flow calculations in pandapower.
10+
The implementation of both the libraries are similar.
11+
Three 2-winding transformers are used in star connection for creating a 3 winding transformer.
1012

1113
- A three transformer can have multiple states from the node end status being open or closed. However only the all working status is being tested here for the sake of simplicity.
1214

tests/data/state_estimation/current-sensor/power-from-global-current-sensor/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ SPDX-License-Identifier: MPL-2.0
66

77
# Power sensor from Global Current Sensor test case
88

9-
This test case is used to validate the output values from the global current sensor. To verify the correctness of the results, the input from the global current sensor is transformed into power sensor input. At the time of writing, the power sensor component has already been validated. However, keep in mind that for state estimation using the iterative linear method, there may be small discrepancies between the results obtained from the current sensor and those from the power sensor due to the approximate nature of the calculation method.
9+
This test case is used to validate the output values from the global current sensor.
10+
To verify the correctness of the results, the input from the global current sensor is transformed into power sensor input.
11+
At the time of writing, the power sensor component has already been validated.
12+
However, keep in mind that for state estimation using the iterative linear method, there may be small discrepancies between the results obtained from the current sensor and those from the power sensor due to the approximate nature of the calculation method.
1013

1114
## Conversion from Global Current Sensor to Power Sensor
1215

tests/data/state_estimation/current-sensor/power-from-local-current-sensor/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ SPDX-License-Identifier: MPL-2.0
66

77
# Power sensor from Local Current Sensor test case
88

9-
This test case is used to validate the output values from the local current sensor. To verify the correctness of the results, the input from the local current sensor is transformed into power sensor input. At the time of writing, the power sensor component has already been validated. However, keep in mind that for state estimation using the iterative linear method, there may be small discrepancies between the results obtained from the current sensor and those from the power sensor due to the approximate nature of the calculation method.
9+
This test case is used to validate the output values from the local current sensor.
10+
To verify the correctness of the results, the input from the local current sensor is transformed into power sensor input.
11+
At the time of writing, the power sensor component has already been validated.
12+
However, keep in mind that for state estimation using the iterative linear method, there may be small discrepancies between the results obtained from the current sensor and those from the power sensor due to the approximate nature of the calculation method.
1013

1114
## Conversion from Local Current Sensor to Power Sensor
1215

0 commit comments

Comments
 (0)