Skip to content

Commit 0972c13

Browse files
authored
Update get.py
1 parent 57fa49b commit 0972c13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

braininventory/get.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,5 @@ def report():
100100

101101
return report
102102

103-
def __get_project(df):
104-
return df['project'].value_counts().to_dict()
103+
def __get_project(df):
104+
return df['project'].value_counts().to_dict() #returns an int of the number of unique projects in the dataframe

0 commit comments

Comments
 (0)