Skip to content

Commit

Permalink
Indices: revert calc_labels_on_tree dep back to calc_abc
Browse files Browse the repository at this point in the history
It needs hash values of 1, which abc2 and abc3
do not usually provide.
  • Loading branch information
shawnlaffan committed Feb 25, 2024
1 parent 3fe31fd commit fd012ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Biodiverse/Indices/Phylogenetic.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1603,7 +1603,7 @@ sub get_metadata_calc_labels_on_tree {
},
type => 'Phylogenetic Indices', # keeps it clear of the other indices in the GUI
pre_calc_global => [qw /get_labels_not_on_tree/],
pre_calc => ['_calc_abc_any'],
pre_calc => ['calc_abc'],
uses_nbr_lists => 1, # how many lists it must have
required_args => ['tree_ref'],
);
Expand Down

0 comments on commit fd012ef

Please sign in to comment.