Skip to content

Commit b61a56f

Browse files
committed
update comment
1 parent e446e98 commit b61a56f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eval_protocol/pytest/evaluation_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def evaluation_test(
197197
data_loaders = parse_ep_dataloaders(data_loaders)
198198
custom_invocation_id = os.environ.get("EP_INVOCATION_ID", None)
199199

200-
# dataloader might be overridden here, to avoid conflict, manually unset other data input params
200+
# ignore other data input params when dataloader is provided
201201
if data_loaders:
202202
input_dataset = None
203203
input_messages = None

0 commit comments

Comments
 (0)