중복 수정 제거

This commit is contained in:
2026-02-20 14:30:34 +09:00
parent 37786a1e44
commit f674f73330

View File

@@ -51,9 +51,6 @@ public class TestJobService {
modelTrainJobCoreService.createQueuedJob(
modelId, nextAttemptNo, params, ZonedDateTime.now());
// step2 시작으로 마킹
modelTrainMngCoreService.markStep2InProgress(modelId, jobId);
// test training run 테이블에 적재하기
modelTrainJobCoreService.insertModelTestTrainingRun(modelId, jobId, epoch);