We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44066c8 commit f4db230Copy full SHA for f4db230
onnx_diagnostic/helpers/log_helper.py
@@ -508,7 +508,7 @@ def view(
508
agg_kwargs = view_def.agg_kwargs or {}
509
agg_args = ({c: view_def.agg_args(c) for c in values},)
510
else:
511
- agg_args = view_def.agg_args
+ agg_args = view_def.agg_args # type: ignore[assignment]
512
513
data = grouped_data.agg(*agg_args, **agg_kwargs)
514
if view_def.agg_multi:
0 commit comments