Skip to content

Commit 0511651

Browse files
committed
remove incorrect attribute
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
1 parent d1570c9 commit 0511651

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

docs/user_manual/model-validation.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ The circuit diagram for the test case is as follows:
3131

3232
```{tikz}
3333
:alt: basic node
34-
:width: 4em
3534
3635
\draw (3,0) node[gridnode, anchor=south]{} to (3,-1);
3736
\draw [black, ultra thick] (2.5,-1) -- (3.5,-1);
@@ -42,7 +41,6 @@ The second grid example uses a line to validate node operation for voltages othe
4241

4342
```{tikz}
4443
:alt: node
45-
:width: 4em
4644
4745
\draw (3,0) node[gridnode, anchor=south]{} to (3,-3);
4846
\draw [black, ultra thick] (2.5,-1) -- (3.5,-1);
@@ -56,7 +54,6 @@ The circuit diagram for the test case is as follows:
5654

5755
```{tikz}
5856
:alt: line
59-
:width: 8em
6057
6158
\draw (3,0) node[gridnode, anchor=south]{} to (3,-1);
6259
\draw [black, ultra thick] (0.5,-1) -- (5.5,-1);
@@ -82,7 +79,6 @@ because only 'T' transformer model is available in pandapower while power-grid-m
8279

8380
```{tikz}
8481
:alt: transformer
85-
:width: 8em
8682
8783
\draw (3,0) node[gridnode, anchor=south]{} to (3,-1);
8884
\draw [black, ultra thick] (0.5,-1) -- (5.5,-1);
@@ -100,7 +96,6 @@ A shunt can be in 2 states: open or closed.
10096

10197
```{tikz}
10298
:alt: shunt
103-
:width: 8em
10499
105100
\draw (3,0) node[gridnode, anchor=south]{} to (3,-3);
106101
\draw (2.5,-1) [black, ultra thick] to ++(1,0);
@@ -115,7 +110,6 @@ While source is present in all cases, this case tests two sources being used tog
115110

116111
```{tikz}
117112
:alt: source
118-
:width: 8em
119113
120114
\draw (3,0) node[gridnode, anchor=south]{} to (3,-4) node[gridnode, anchor=north]{};
121115
\draw [black, ultra thick] (2.5,-1) -- (3.5,-1);
@@ -129,7 +123,6 @@ A symmetrical load can be in open or closed state. It can be of 3 types: constan
129123

130124
```{tikz}
131125
:alt: sym_load
132-
:width: 8em
133126
134127
\draw (3,0) node[gridnode, anchor=south]{} to (3,-3);
135128
\draw (2.5,-1) [black, ultra thick] to ++(1,0);
@@ -146,7 +139,6 @@ A symmetrical generator can be in open or closed state. It can be of 3 types: co
146139

147140
```{tikz}
148141
:alt: sym_gen
149-
:width: 8em
150142
151143
\draw (3,0) node[gridnode, anchor=south]{} to (3,-3);
152144
\draw (2.5,-1) [black, ultra thick] to ++(1,0);
@@ -168,7 +160,6 @@ An asymmetrical load can be in open or closed state.
168160

169161
```{tikz}
170162
:alt: asym_load
171-
:width: 8em
172163
173164
\draw (3,0) node[gridnode, anchor=south]{} to (3,-3);
174165
\draw (2.5,-1) [black, ultra thick] to ++(1,0);
@@ -183,7 +174,6 @@ An asymmetrical generator can be in open or closed state.
183174

184175
```{tikz}
185176
:alt: asym_gen
186-
:width: 8em
187177
188178
\draw (3,0) node[gridnode, anchor=south]{} to (3,-3);
189179
\draw (2.5,-1) [black, ultra thick] to ++(1,0);
@@ -267,7 +257,6 @@ The test grid is as follows:
267257

268258
```{tikz}
269259
:alt: short circuit case
270-
:width: 6em
271260
272261
\draw [red, ultra thick] (4,7) -- (4,2);
273262
\draw (0,6) node[gridnode, anchor=east]{} to (1,6);

0 commit comments

Comments
 (0)