Skip to content

Commit 6769bf5

Browse files
committed
respect original line number from the source dataloader
1 parent 70b70cb commit 6769bf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eval_protocol/pytest/tracing_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ def update_row_with_remote_trace(
171171
row.messages = remote_row.messages
172172
row.tools = remote_row.tools
173173
row.input_metadata.session_data = remote_row.input_metadata.session_data
174+
row.input_metadata.dataset_info = remote_row.input_metadata.dataset_info
174175
row.execution_metadata = remote_row.execution_metadata
175176
return None
176177
else:

0 commit comments

Comments
 (0)