Skip to content

Commit

Permalink
Merge 2 tests of switch kind using a modified conformity file with a …
Browse files Browse the repository at this point in the history
…test using a simple network file.

Signed-off-by: Romain Courtier <[email protected]>
  • Loading branch information
rcourtier committed Oct 18, 2024
1 parent b5f0007 commit 7261a62
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7,529 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1343,19 +1343,6 @@ public static GridModelReference microGridBaseCaseNLShuntCompensatorGP() {
microGridBaseCaseBoundaries());
}

public static GridModelReference microGridBaseCaseNLSwitchTypePreserved() {
String base = ENTSOE_CONFORMITY_1_MODIFIED
+ "/MicroGrid/BaseCase/BC_NL_v2_switch_type_preserved/";
String baseOriginal = ENTSOE_CONFORMITY_1
+ MICROGRID_CONFIGURATION;
return new GridModelReferenceResources(
"MicroGrid-BaseCase-NL-switch-type-preserved",
null,
new ResourceSet(base, MICRO_GRID_NL_EQ, MICRO_GRID_NL_SSH),
new ResourceSet(baseOriginal, MICRO_GRID_NL_TP),
microGridBaseCaseBoundaries());
}

public static GridModelReference microGridBaseCaseBESingleFile() {
String base = ENTSOE_CONFORMITY_1_MODIFIED
+ "/MicroGrid/BaseCase/BC_BE_v2_single_file/";
Expand Down Expand Up @@ -1467,20 +1454,6 @@ public static GridModelReference miniGridNodeBreakerMissingVoltageLevel() {
MINI_GRID_BD_TP));
}

public static GridModelReferenceResources miniGridNodeBreakerSwitchTypePreserved() {
String base = ENTSOE_CONFORMITY_1_MODIFIED
+ "/MiniGrid/NodeBreaker/BaseCase_Complete_v3_switch_type_preserved/";
return new GridModelReferenceResources(
"MiniGrid-NodeBreaker-BaseCase-Complete-v3-switch-type-preserved",
null,
new ResourceSet(base, MINI_GRID_EQ, MINI_GRID_SSH),
new ResourceSet(MINI_GRID_NODE_BREAKER_BASE,
MINI_GRID_SV,
MINI_GRID_TP),
new ResourceSet(MINI_GRID_NODE_BREAKER_BD_BASE, MINI_GRID_BD_EQ,
MINI_GRID_BD_TP));
}

public static GridModelReferenceResources microGridBaseCaseAssembledSvWithMas() {
String base = ENTSOE_CONFORMITY_1_MODIFIED
+ "/MicroGrid/BaseCase/BC_Assembled_v2_sv_with_mas/";
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7261a62

Please sign in to comment.