pik-copan / pyunicorn

Unified Complex Network and Recurrence Analysis Toolbox
http://pik-potsdam.de/~donges/pyunicorn/
Other
195 stars 86 forks source link

weave.inline to cython with external library #89

Closed harmening closed 6 years ago

harmening commented 7 years ago

Example for test_pearson_correlation() function from timeseries.surrates.py

jdonges commented 7 years ago

Looks good to me. Boyan, if you agree I would merge this pull request.

ntfrgl commented 7 years ago
harmening commented 7 years ago
ntfrgl commented 7 years ago
ntfrgl commented 7 years ago

Please use r() to round explicit arrays in doctests, which makes them more robust. Example: core.Network.degree_distribution(). Defined in conftest.py.

ntfrgl commented 6 years ago

LGTM!

To finish up this PR, please do the following:

Thank you!