Skip to content

Commit

Permalink
move anomaly localization to the last position to avoid BWC issue (#189)
Browse files Browse the repository at this point in the history
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
(cherry picked from commit d7ddc59)
  • Loading branch information
ylwu-amzn authored and github-actions[bot] committed Mar 10, 2022
1 parent 79ab82d commit 909d3c2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ public enum FunctionName {
AD_LIBSVM,
SAMPLE_ALGO,
LOCAL_SAMPLE_CALCULATOR,
ANOMALY_LOCALIZATION,
FIT_RCF,
BATCH_RCF;
BATCH_RCF,
ANOMALY_LOCALIZATION;

public static FunctionName from(String value) {
try {
Expand Down

0 comments on commit 909d3c2

Please sign in to comment.