Skip to content

Commit 1dafa43

Browse files
authored
Update get.py
1 parent a51823f commit 1dafa43

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

braininventory/get.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,6 @@ def report():
9999
report['is_reachable'] = df['URL'].apply(__is_reachable)
100100

101101
return report
102-
102+
# prints the the average number of the sha score
103+
average = df['sha256_coverage'].mean()
104+
print(average)

0 commit comments

Comments
 (0)