Skip to content

Commit 17677c8

Browse files
committed
remove defaulted fields for consistency
Signed-off-by: Thijs Baaijen <[email protected]>
1 parent b385551 commit 17677c8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/power_grid_model_ds/_core/model/dtypes/branches.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,6 @@ class GenericBranch(Branch):
5454
x1: NDArray[np.float64] # positive-sequence reactance
5555
g1: NDArray[np.float64] # positive-sequence conductance
5656
b1: NDArray[np.float64] # positive-sequence susceptance
57-
k: NDArray[np.float64] # off-nominal ratio
58-
theta: NDArray[np.float64] # angle shift (radian)
59-
sn: NDArray[np.float64] # rated power
60-
61-
_defaults = {
62-
"k": 1.0,
63-
"theta": 0.0,
64-
"sn": 0.0,
65-
}
6657

6758

6859
class Transformer(Branch):

0 commit comments

Comments
 (0)