shawnlaffan / biodiverse

A tool for the spatial analysis of diversity
http://shawnlaffan.github.io/biodiverse/
GNU General Public License v3.0
73 stars 19 forks source link

Issue 919 calc abc audit #921

Closed shawnlaffan closed 5 months ago

shawnlaffan commented 5 months ago

The calc_abc subs need to return element lists as arrays, not hashes.

This simplifies other code as it can then be sure it will be passed arrays.

Updates #919