Skip to content

Commit

Permalink
Better typing, hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbrenas committed Dec 13, 2024
1 parent a2c4275 commit b74a0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion malariagen_data/anoph/dipclust.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def plot_diplotype_clustering(
else:
return {
"figure": fig,
"dendro_sample_id_order": leaf_data["sample_id"].to_list(),
"dendro_sample_id_order": np.asarray(leaf_data["sample_id"].to_list()),
"n_snps": n_snps_used,
}

Expand Down

0 comments on commit b74a0a8

Please sign in to comment.