Skip to content

Commit c68701b

Browse files
Jon BrenasJon Brenas
authored andcommitted
Trying to sort out types
1 parent 1613f83 commit c68701b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

malariagen_data/anoph/sample_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ def plot_samples_interactive_map(
10301030
all_n = 0
10311031
for factor in count_factors:
10321032
# Get the number of samples in this taxon
1033-
n = row[factor]
1033+
n = int(row[factor])
10341034
# Count the number of samples in all taxa
10351035
all_n += n
10361036
if n > 0:

0 commit comments

Comments
 (0)