dipde
dipde copied to clipboard
Numerical solver for coupled population density equations
Bumps [scipy](https://github.com/scipy/scipy) from 0.16.1 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...
Bumps [mpmath](https://github.com/fredrik-johansson/mpmath) from 0.19 to 1.3.0. Release notes Sourced from mpmath's releases. 1.3.0 Security issues: Fixed ReDOS vulnerability in mpmathify() (CVE-2021-29063) (Vinzent Steinberg) Features: Added quadsubdiv() for numerical integration with...
``` ============================= test session starts ============================== platform linux2 -- Python 2.7.12, pytest-2.8.5, py-1.4.31, pluggy-0.3.1 rootdir: /var/tmp/dipde, inifile: plugins: xdist-1.13.1 collected 18 items dipde/test/test_basic.py . dipde/test/test_delay.py F. dipde/test/test_examples.py ..... dipde/test/test_propogation_methods.py ......
This should be simple enough to change. Also be nice to make this distributions not constants
This function should use the argument passed in as distribution, but instead uses sps.expon. Something like: ``` python rv = distribution(*shape, loc=loc, scale=scale) ``` should fix everything.
When an ExternalPopulation is accidentally set as the target of a connection, the model construction fails with an obscure error message that is unhelpful for debugging. A check should be...