Skip to content

Commit 3040b2a

Browse files
seungrokjclaude
andcommitted
fix(validation): remove run_eval/eval_only from MultiNodeAgenticMatrixEntry
Main branch already handles these fields via Optional on SingleNodeAgenticMatrixEntry; MultiNodeAgenticMatrixEntry doesn't need them. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 632fbef commit 3040b2a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

utils/matrix_logic/validation.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,6 @@ class MultiNodeAgenticMatrixEntry(BaseModel):
333333
exp_name: str = Field(alias=Fields.EXP_NAME.value)
334334
disagg: bool
335335
scenario_type: str = Field(alias=Fields.SCENARIO_TYPE.value)
336-
run_eval: bool = Field(alias=Fields.RUN_EVAL.value, default=False)
337-
eval_only: bool = Field(alias=Fields.EVAL_ONLY.value, default=False)
338336

339337
@model_validator(mode='after')
340338
def validate_worker_hardware_pair(self):

0 commit comments

Comments
 (0)