Skip to content

Commit

Permalink
Update workflow_multiple_species.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shaupert committed Dec 13, 2022
1 parent 614d930 commit 65ca74f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/workflow_multiple_species.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@
bambird.overlay_rois(
cluster = df_cluster,
params = params['PARAMS_EXTRACT'],
column_labels = 'auto_label', #auto_label cluster_number
unique_labels = np.sort(df_cluster.auto_label.unique()),
column_labels = 'cluster_number', #auto_label cluster_number
unique_labels = np.sort(df_cluster.cluster_number.unique()),
filename = None,
random_seed = None,
verbose = True
Expand Down

0 comments on commit 65ca74f

Please sign in to comment.