추론 수정
This commit is contained in:
@@ -261,6 +261,8 @@ public class InferenceResultService {
|
|||||||
throw new CustomApiException("NOT_FOUND_COMPARE_YEAR", HttpStatus.NOT_FOUND);
|
throw new CustomApiException("NOT_FOUND_COMPARE_YEAR", HttpStatus.NOT_FOUND);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
log.info("Difference in count = {}", targetMngList.size() - compareMngList.size());
|
||||||
|
|
||||||
// 로그용 원본 카운트 (fallback 추가 전)
|
// 로그용 원본 카운트 (fallback 추가 전)
|
||||||
int targetTotal = targetMngList.size();
|
int targetTotal = targetMngList.size();
|
||||||
int compareTotalBeforeFallback = compareMngList.size();
|
int compareTotalBeforeFallback = compareMngList.size();
|
||||||
|
|||||||
Reference in New Issue
Block a user