Moritz Kern
Moritz Kern
We have not heard from you recently and we could not reproduce the errors that you are reporting. Closing this now, feel free to reopen this at any time.
Hello @ManuelCiba thank you for reaching out to us. I ran the following minimal example, with the code on branch ManuelCiba:modify_error_handling_in_spike-contrast: ```python import neo from quantities import ms from elephant.spike_train_synchrony...
Hello @ManuelCiba , Thank you for your insights, now I understand more. I didn't consider the stationarity of spike trains, I was wondering about this line: https://github.com/NeuralEnsemble/elephant/blob/fe5053a52a3aaa5c86d9a9c61f72de14b364df1a/elephant/spike_train_synchrony.py#L193 For me the...
For completion: Here is an example with empty spike trains using the code on branch ManuelCiba:modify_error_handling_in_spike-contrast: ```Python import neo from quantities import ms from elephant.spike_train_synchrony import spike_contrast # Create list...