Skip to content

Commit edbd4f0

Browse files
committed
Refactor square function. Use math.pow instead of multiplication.
1 parent 0856bfb commit edbd4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

braininventory/get.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1322,7 +1322,7 @@ def report():
13221322
report["number_of_project"] = __get_number_of_projects(df)
13231323
report["completeness_score"] = __get_completeness_score(df)
13241324
report["metadata_version"] = __get_metadata_version(df)
1325-
report["contributor"] = __get_contributor(df)
1325+
report["contributor"] = __get_contributors(df)
13261326
report["affiliation"] = __get_affilation(df)
13271327
report["award_number"] = __get_award_number(df)
13281328
report["species"] = __get_species(df)

0 commit comments

Comments
 (0)