Moritz Kern
Moritz Kern
Updated reference in docstring, and added DOI to elephant.bib file entry.
This PR fixes mostly indentation errors in several doc-strings. The content of the documentation is not affected. **Before:** when building the documentation with: ``` cd doc && make html ```...
## CI workflow doctests added workflow to run doctests on all examles merge after PR #502 .
## Fixed various doctests This PR contains a subset of the fixes from PR #497 , here only the ones with changed formatting are contained. **How to run only doctests**...
**Upload docs html-files as artifact to github** This PR adds [upload-a-build-artifact](https://github.com/marketplace/actions/upload-a-build-artifact) action to build-docs workflow. After docs are build on github actions, the html-files can be downloaded as a build...
This PR adds an extra to elephant, which allows installation of Elephant without compiling the c++ extension `fim.cpp` used in SPADE. Do not compile any extension: - development `pip install...
Use new `elephant.utils.calculate_n_bins` in `statistics.instantaneous_rate`. The new utils function is added with PR #489, merge this PR afterwards.
This PR addresses Issue #410 The following error occurred in https://github.com/NeuralEnsemble/elephant/blob/0df45812b93229b3186c061cb84ec29fd380e09c/elephant/unitary_event_analysis.py#L585 ``` TypeError: Cannot cast array data from dtype('int64') to dtype('int32') according to the rule 'safe' ``` This might be...
### doctests The doctest module looks for such sequences of prompts in a docstring, re-executes the extracted command and checks the output against the output of the command given in...
This PR addresses Issue #455 . ### Changes - check dimensions of sigma, if dimension > 0 , raise `typeError` - handle unambiguous case `ndim=1` , `size = 1` with...