Circuitscape.py icon indicating copy to clipboard operation
Circuitscape.py copied to clipboard

Circuitscape uses electronic circuit theory to solve problems in landscape ecology.

Results 32 Circuitscape.py issues
Sort by recently updated
recently updated
newest added

Ideally we would auto-detect and still accommodate tab-delimited inputs, but moving to csv files with .csv extensions as standard for network inputs makes sense.

Enhancement

@bmcrae We need to have some ill-conditioned test cases - where the ratio between the largest and smallest values is 1000 or higher. It would be great to have a...

test

This is what I get on the 6m problem. Even though much of the time is spent in solvers, current map creation is currently taking as much time as the...

performance

Is it possible to implement parallelization in our Windows standalone version? That would be a big leap for the majority of our user base.

Enhancement
performance

Originally, this issue was: We really should move the documentation from a word file into a markdown file.

Enhancement

We can easily create narrower margins with pandoc (e.g. use command: ``` pandoc -V geometry:margin=1in --smart -o circuitscape_4_0.pdf t1.tex ``` but I'm not sure how to preserve the image sizes....

It would be nice to read *.zip files in addition to *.gz. The former is likely to be more commonly used by our user base.

Enhancement

This can be replicated with 250k problem in BigTests repo. Has to do with current mapping, and is a bug that has carried over from version 3.5.

bug

Right now the long-running solves mean that the GUI freezes up and also that it can get buried under other windows (at least when running on MS Windows). Not sure...

Enhancement

One possibility to improve memory utilization is to use superlu with incomplete cholesky preconditioning. Scipy seems to have incomplete-LU from superlu, which could allow for a quick trial. If this...