Commit b0aca59b authored by Baber's avatar Baber
Browse files

nit

parent db5dff9c
......@@ -104,7 +104,7 @@ class RepeatConfig:
"""Encapsulates information about a single repeat."""
repeats: int = 1
metric_fn: Optional[Callable] = "pass@N"
metric_fn: Optional[str, Callable] = "pass@N"
kwargs: Optional[dict] = None
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment