Skip to content

Commit 595603f

Browse files
committed
Refactored the function name get_species to __get_number_of_species for clarity and consistency.
1 parent 1b8ce21 commit 595603f

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
@@ -20,7 +20,7 @@
2020
import squarify
2121

2222

23-
def get_species(df):
23+
def __get_number_of_species(df):
2424
"""
2525
Calculate the number of unique species in the given DataFrame.
2626

0 commit comments

Comments
 (0)