Skip to content

Commit

Permalink
🙈 manual instead of groupby logged window name
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdd authored Oct 16, 2023
1 parent 380d180 commit 511da52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsflex/features/feature_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def f(x: pd.DataFrame):
feat_out = _process_func_output(out, group_ids, output_names, str(function))
# Log the function execution time
_log_func_execution(
t_start, function, tuple(cols), "groupby_all", "groupby_all", output_names
t_start, function, tuple(cols), "manual", "manual", output_names
)

return pd.DataFrame(feat_out, index=group_ids).rename_axis(index=group_id_name)
Expand Down

0 comments on commit 511da52

Please sign in to comment.