We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3700834 commit c35d7f0Copy full SHA for c35d7f0
eval_protocol/pytest/evaluation_test.py
@@ -244,6 +244,7 @@ def wrapper_body(**kwargs):
244
# has to be done in the pytest main process since it's
245
# used to determine whether this eval has stopped
246
row.pid = os.getpid()
247
+ default_logger.log(row)
248
249
# Now run the rollout processor with metadata-initialized data
250
config = RolloutProcessorConfig(
0 commit comments