Skip to content

Commit

Permalink
debugging test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
karacolada committed Jul 10, 2024
1 parent 3234b46 commit 4a74a79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/analysis/aggregate_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ def main(githubdir, eprintsdir, outdir, verbose):
contents = readme_size_classification(contents)
engagement_df = engagement_counts(stars, forks)
contributors = team_size(contributions)
print(contributors.reset_index())
max_active_contributors = contributors.reset_index().groupby("github_user_cleaned_url")["active_contributors"].max().rename("max_active_contributors")
overall_df = pd.merge(
pd.merge(
Expand Down

0 comments on commit 4a74a79

Please sign in to comment.