Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ElJocho committed Jan 16, 2024
1 parent 012c09d commit 49e6556
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,9 @@ def get_agg_results_by_task_id(
results_by_task_id_df = calc_share(results_by_task_id_df)

# calculate agreement
results_by_task_id_df["agreement"] = results_by_task_id_df.filter(like="count").apply(
results_by_task_id_df["agreement"] = results_by_task_id_df.filter(
like="count"
).apply(
calc_agreement,
axis=1,
)
Expand Down

0 comments on commit 49e6556

Please # to comment.