Skip to content

Commit

Permalink
mf
Browse files Browse the repository at this point in the history
  • Loading branch information
mam10eks committed Nov 19, 2024
1 parent 7c4d0cc commit 18374eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ def prepare_relevance_judgments(
echo(f"Found {len(pool)} pooled documents.")

groups: set[str] = set(pool["group"].drop_duplicates().to_list())
echo(f"Found {len(groups)} groups:", groups)
echo(f"Found {len(groups)} groups:" + str(groups))

# Create mapping of groups to usernames and project names.
group_user_names: Mapping[str, str] = {
Expand Down

0 comments on commit 18374eb

Please sign in to comment.