Google Code Exporter
Google Code Exporter
``` The tree plotting and colouring algorithms use a recursive strategy. The issue with this is that large trees will incur deep recursion and any associated overheads. Linearising the algorithm...
``` The MPD and MNTD indices are calculated using a single calc. Often, however, users will only want one or the other. The same goes for the NRI/NTI calcs. There...
``` The randomisations currently support the export of the PRNG state (initial and current). It would be useful to generalise this so any object that has PRNG states can export...
``` A useful randomisation, which is essentially a cross-validation approach, is to randomly delete some subset of labels from the cloned basedata, and then assess how stable the analysis results...
``` It would be useful to add a randomisation that merely moves the labels to an adjacent group, rather than to any group. Possibly this should be an argument for...
``` What steps will reproduce the problem? 1. Start Biodiverse (the exe version) using a cp936 locale What is the expected output? What do you see instead? It should run,...
``` The numeric locale is a source of grief for some users, as valid numbers in one locale will be invalid in others. The system prints the locale to the...
``` The recycling in Spatial.pm currently identifies which groups can be recycled into and then applies the results accordingly. If we ever get parallel processing going (which we should) then...
``` We need to add a config file to control extensions, default values and the like. IOD looks to be useful as it is more easily hand-edited than YAML or...
``` The calculations system currently requires that a basedata ref is set in all cases. It would be more generic if basedata_ref were set as a required arg for those...