Skip to content

Commit

Permalink
Merge pull request #174 from itesla/wca_new_clusters_output
Browse files Browse the repository at this point in the history
Change in WCA code for reading the new clusters output
  • Loading branch information
mathbagu committed Dec 12, 2016
2 parents d884f0e + dbf94ed commit 179250a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class WCAImpl implements WCA, WCAConstants, AmplConstants {
private static final int DETAILS_LEVEL_NORMAL = 2;
private static final int DETAILS_LEVEL_DEBUG = 4;

private static final Pattern CLUSTER_INDEX_PATTERN = Pattern.compile(" WCA Result : contingency_index (\\d*) contingency_cluster_index (\\d*)");
private static final Pattern CLUSTER_INDEX_PATTERN = Pattern.compile(" WCA Result : contingency_index (\\d*) contingency_cluster_index (\\d*) curative_action_index (\\d*) ");
private static final Pattern DOMAINS_RESULTS_PATTERN = Pattern.compile(" WCA Result : basic_violation (\\d*) rule_violation (\\d*)");

private final Network network;
Expand Down

0 comments on commit 179250a

Please sign in to comment.