Skip to content

Commit

Permalink
Fixing flake issue
Browse files Browse the repository at this point in the history
  • Loading branch information
singankit committed Jun 11, 2024
1 parent 8aef607 commit a290b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/promptflow-evals/promptflow/evals/evaluate/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,4 +255,4 @@ def _apply_column_mapping(source_df: pd.DataFrame, mapping_config: dict, inplace


def _has_aggregator(evaluator):
return hasattr(evaluator, "__aggregate__")
return hasattr(evaluator, "__aggregate__")

0 comments on commit a290b9e

Please sign in to comment.