We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d86fb commit ec3a7beCopy full SHA for ec3a7be
1 file changed
tests/test_core/test_callbacks/test_file_result_logger.py
@@ -80,7 +80,7 @@ def test_file_result_logger_accepts_pathlib_path(tmp_path):
80
logger = FileResultLogger(output_dir=out_dir, filename_pattern="test_results.jsonl")
81
82
benchmark = MockBenchmark(n_tasks=1, n_repeats=1)
83
- logger.n_run_start(benchmark) # type: ignore[arg-type]
+ logger.on_run_start(benchmark) # type: ignore[arg-type]
84
85
report = {
86
"task_id": benchmark.task_ids[0],
0 commit comments