Skip to content

Commit

Permalink
fix summary details on CCG
Browse files Browse the repository at this point in the history
  • Loading branch information
dayesouza authored Nov 11, 2024
1 parent 55eb3c8 commit 3986e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intelligence_toolkit/compare_case_groups/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def get_filter_options(self, input_df: pl.DataFrame) -> list[str]:
return sorted_atts

def _select_columns_ranked_df(self, ranked_df: pl.DataFrame) -> None:
columns = self.groups
columns = self.groups.copy()
default_columns = [
"group_count",
"group_rank",
Expand Down

0 comments on commit 3986e9f

Please sign in to comment.