We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c66c9 commit 2bb176dCopy full SHA for 2bb176d
tests/test_cli_create_rft.py
@@ -142,12 +142,12 @@ def _fake_validate_evaluator_locally(
142
chunk_size=250,
143
eval_auto_carveout=False, # explicitly disabled via --no-eval-auto-carveout
144
evaluation_dataset="accounts/acct123/datasets/eval-ds",
145
- # W&B
146
- wandb_enabled=True,
147
- wandb_project="proj",
148
- wandb_entity="ent",
149
- wandb_run_id="run123",
150
- wandb_api_key="key123",
+ # W&B (new flattened flags)
+ enabled=True,
+ project="proj",
+ entity="ent",
+ run_id="run123",
+ api_key="key123",
151
# Unused in body but accepted by parser
152
job_id=None,
153
display_name=None,
0 commit comments