Skip to content

Commit 7da2140

Browse files
committed
hist
1 parent bc411a6 commit 7da2140

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

onnx_diagnostic/helpers/log_helper.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,12 @@ def __init__(
227227
values: Sequence[str] = ("time_.*", "disc_.*"),
228228
ignored: Sequence[str] = (),
229229
recent: bool = False,
230-
formulas: Optional[Dict[str, Callable[[pandas.DataFrame], pandas.Series]]] = None,
230+
formulas: Optional[
231+
Union[
232+
Sequence[str],
233+
Dict[str, Union[str, Callable[[pandas.DataFrame], pandas.Series]]],
234+
]
235+
] = None,
231236
fill_missing: Optional[Sequence[Tuple[str, Any]]] = None,
232237
):
233238
self._data = data

0 commit comments

Comments
 (0)