Skip to content

Commit b74a0a8

Browse files
committed
Better typing, hopefully
1 parent a2c4275 commit b74a0a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

malariagen_data/anoph/dipclust.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def plot_diplotype_clustering(
192192
else:
193193
return {
194194
"figure": fig,
195-
"dendro_sample_id_order": leaf_data["sample_id"].to_list(),
195+
"dendro_sample_id_order": np.asarray(leaf_data["sample_id"].to_list()),
196196
"n_snps": n_snps_used,
197197
}
198198

0 commit comments

Comments
 (0)