Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions eval_protocol/pytest/evaluation_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ def wrapper_body(**kwargs):
# has to be done in the pytest main process since it's
# used to determine whether this eval has stopped
row.pid = os.getpid()
default_logger.log(row)

# Now run the rollout processor with metadata-initialized data
config = RolloutProcessorConfig(
Expand Down
Loading