Skip to content

Commit d1022bb

Browse files
committed
Fix analysis
1 parent 2ff6047 commit d1022bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def plot_analysis(all_data_dict):
7373
for i, (acronym, df) in enumerate(all_data_dict.items()):
7474
filtered = filter_data(df, threshold=thresholds[acronym])
7575
count = filtered[
76-
['description', 'readme', 'license', 'code_of_conduct',
76+
['description', 'readme', 'license', 'code_of_conduct_file',
7777
'contributing', 'security_policy', 'issue_templates', 'pull_request_template']
7878
].notna().sum().max()
7979
max_count = max(max_count, count)

0 commit comments

Comments
 (0)