-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Achim Völker <achim.voelker@rwth-aachen.de> install xerces-c in dockerfile Signed-off-by: Achim Völker <achim.voelker@rwth-aachen.de>
- Loading branch information
1 parent
ae250e8
commit 6eee70a
Showing
17 changed files
with
1,437 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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 @@ | ||
#!/bin/bash | ||
|
||
fileName=$1 | ||
cimVersion=$2 | ||
currDir=$(pwd) | ||
cd ../examples/cmake/build/$cimVersion | ||
|
||
./example $currDir/xml/$fileName wtf | ||
mv $fileName.IdentifiedObjects.txt $currDir/outputs/$cimVersion/$fileName.IdentifiedObjects.txt |
This file contains 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,7 @@ | ||
#!/bin/bash | ||
|
||
fileName=$1 | ||
cimVersion=$2 | ||
comm -3 <(sort outputs/$cimVersion/$fileName) <(sort solutions/$fileName) | ||
|
||
|
43 changes: 43 additions & 0 deletions
43
test/solutions/CIGRE_MV_RightFeeder_NEPLAN.IdentifiedObjects.txt
This file contains 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,43 @@ | ||
291 | ||
41 | ||
297 | ||
N0 | ||
N12 | ||
N13 | ||
Area 1 | ||
Zone 1 | ||
PATL | ||
TATL | ||
TATL | ||
Load13-I | ||
Load13-I_0 | ||
Load12-H | ||
Load12-H_0 | ||
Load12-I | ||
Load12-I_0 | ||
HV-Netz | ||
HV-Netz_0 | ||
L12-13 | ||
L12-13_0 | ||
L12-13_1 | ||
Ratings | ||
Normal | ||
ShortTerm | ||
Emergency | ||
TR2 | ||
TR2_0 | ||
TR2 | ||
Ratings | ||
Normal | ||
ShortTerm | ||
Emergency | ||
TR2_1 | ||
TR2 | ||
Ratings | ||
Normal | ||
ShortTerm | ||
Emergency | ||
N13 | ||
N12 | ||
N0 | ||
Load6 |
Oops, something went wrong.