Sebastian Thurm

Results 5 issues of Sebastian Thurm

make lint $ make lint isort --check-only --recursive ta test prospector test/ Traceback (most recent call last): File "/home/.pyenv/versions/3.6.13/lib/python3.6/site-packages/pkg_resources/__init__.py", line 581, in _build_master ws.require(__requires__) File "/home/.pyenv/versions/3.6.13/lib/python3.6/site-packages/pkg_resources/__init__.py", line 898, in require...

I would like to use the example of the simple moving average (sma) to show what performance jumps are possible with numba. I think numba is best suited to speed...

Refactoring the mem use function so that it does not allocate memory and is decoupled from the trajectory array.

enhancement
benchmarking
testing

A unit test must be created for each new algorithm.

testing

## 🚀 Feature Request In order to test the various algorithms, a series of benchmarks must be created. This is best done with proven third-party tools. In addition, synthetic benchmarks...

enhancement
benchmarking