Moritz Kern
Moritz Kern
Hot-fix: Added an if-clause, which checks if index is out of bounds, see commit: 786194c2378ad866776f74c6c510512d39177fd7 https://github.com/INM-6/elephant/tree/fix/synchrotool In order to test if this Bug still occurs in connection with specific .nix...
Commits: https://github.com/NeuralEnsemble/elephant/pull/411/commits/a3d01b5214e4886f5a195c136017883e71a7b949 https://github.com/NeuralEnsemble/elephant/pull/411/commits/09f05965ff0364be5df25a61b46e1bf0a9c46dae see updated citations in documentation: https://elephant-docs-development.readthedocs.io/en/feature_wpli/reference/phase_analysis.html
~~This PR on [GIN, elephant-data](https://gin.g-node.org/INM-6/elephant-data/pulls/3) has to be merged in order to continue with this PR.~~ ~~Since work on WPLI was started, the structure of elephant-data was changed. Work on...
Hi @ojoenlanuca , please let me know if you accept the changes done to your contribution. If so, this PR is ready to be merged. :tada:
Thank you for reporting this and your effort to contribute to elephant. I have extended your minimal example to illustrate the issue in connection with `elephant.statistics.instantaneous_rate`. ```python import pickle import...
Hey, thanks for reporting this @sanjayankur31. We will look into this in connection with issue #410 , since both issues are related to an execution on a different architecture. So...
Consider lines: https://github.com/NeuralEnsemble/elephant/blob/646cbd444367f2b8918415536d7fe87948d745bb/elephant/asset/asset.py#L416-L432 Run the following example: ```python import numpy as np import elephant.asset.asset as asset stretchedmetric2d = asset._stretched_metric_2d def my_func(): nr_points = 10000 x = np.arange(nr_points) D = stretchedmetric2d(x,...
Hi @jonahpearl , thank you for contributing this neat enhancement to elephant. I've created a pull request here: https://github.com/jonahpearl/elephant/pull/1 . This PR makes the code comply to pep8. (it's only...
Hey @jonahpearl , Here's a quick reply to your comments, I need some more time to do a complete the review and come up with a more detailed response. >One...
Hey @ojoenlanuca, I suggest to proceed with this PR in the following way: 1. review code 2. create PR on branch [INM-6:feature/online_measures](https://github.com/INM-6/elephant/tree/feature/online_measures) (this branch was recently updated to match the...