We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac90fdb commit e504b40Copy full SHA for e504b40
eval_protocol/pytest/tracing_utils.py
@@ -181,7 +181,7 @@ def update_row_with_remote_trace(
181
182
preserved_extra = row.execution_metadata.extra
183
184
- row.execution_metadata = remote_row.execution_metadata
+ row.execution_metadata = remote_row.execution_metadata.model_copy(deep=True)
185
186
if preserved_extra:
187
if row.execution_metadata.extra:
0 commit comments