Skip to content

Commit 829e37b

Browse files
committed
Including reviewer's comments.
1 parent 3249867 commit 829e37b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/readthedocs/models/input/grid/gridcontainer.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ and their higher voltage coupling point.
2424

2525
Let's shed a more detailed light on the boundaries of a sub grid as of our definition.
2626
This especially is important, if the switchgear of the transformer is modeled in detail.
27-
We defined, that all nodes in upstream direction of the transformer, including those, which are connected by switches *only*
28-
(therefore are within the switchgear) are counted towards the superior sub grid structure (here "1"), because they belong
29-
to a different voltage level.
27+
We defined, that all nodes in upstream direction of the transformer, including those, which are within the switchgear are
28+
counted towards the superior sub grid structure (here "1"), because they belong to a different voltage level.
3029
If a switchgear should be operated by the inferior grid, one can set the operator, that is used in the inferior grid, for
3130
the switchgear. This can be necessary, if we assume, that the interest to operate on the given switchgear will most likely
3231
be placed in the inferior grid structure.

src/test/groovy/edu/ie3/datamodel/utils/ContainerUtilsTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ class ContainerUtilsTest extends Specification {
553553
* - filtering of system participants can be tested
554554
* - filtering of graphic elements can be tested */
555555

556-
def "Determining the surrounding sub grid containers of a two winding transformer w/o switchgear works fine"() {
556+
def "Determining the surrounding sub grid containers of a two winding transformer works fine"() {
557557
given:
558558
def nodeD = Mock(NodeInput)
559559
nodeD.getUuid() >> UUID.fromString("ae4869d5-3551-4cce-a101-d61629716c4f")

0 commit comments

Comments
 (0)