Skip to content

Commit

Permalink
EnergyConsumer should not be used, NonConformLoad by default - test t…
Browse files Browse the repository at this point in the history
…o do.

Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
  • Loading branch information
colinepiloquet committed May 24, 2023
1 parent c548534 commit 1f24b03
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ public static String loadClassName(LoadDetail loadDetail) {
return CgmesNames.NONCONFORM_LOAD;
}
}
LOG.warn("It is not possible to determine the type of load");
return CgmesNames.ENERGY_CONSUMER;
LOG.warn("It is not possible to determine the type of load, non conform load by default");
return CgmesNames.NONCONFORM_LOAD;
}

/**
Expand Down

0 comments on commit 1f24b03

Please sign in to comment.