Skip to content

Commit 17a344d

Browse files
committed
calc_rw_turnover: use calc_abc2 as a prereq
This avoids needless calls to calc_abc and thus less processing when building cluster matrices.
1 parent 12b69e4 commit 17a344d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Biodiverse/Indices/RWTurnover.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sub get_metadata_calc_rw_turnover {
2121
name => 'Range weighted Sorenson',
2222
reference => 'Laffan et al. (2016) https://doi.org/10.1111/2041-210X.12513',
2323
type => 'Taxonomic Dissimilarity and Comparison',
24-
pre_calc => [qw /calc_endemism_whole_lists calc_abc/],
24+
pre_calc => [qw /calc_endemism_whole_lists calc_abc2/],
2525
uses_nbr_lists => 2, # how many lists it must have
2626
distribution => 'nonnegative', # for A, B and C
2727
indices => {

0 commit comments

Comments
 (0)