You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @essink
Thanks for the issue. Sadly, I'm not able to confirm the issue as of now (with python 3.10, pip install). Also, with the latest github dev release, I cannot reproduce the issue. Are you sure, the correct elephant is being imported?
Describe the bug
I wanted to use the Synchrotool, but the spike_train_synchrony module was not importable.
To Reproduce
import elephant
elephant.spike_train_sychrony
fails with:Traceback (most recent call last):
File "", line 1, in
AttributeError: module 'elephant' has no attribute 'spike_train_sychrony'
Expected behavior
Import should work.
Environment
conda
,pip
, source): pipneo
python package version: 0.11.0elephant
python package version: 0.11.1If I am not mistaken, it is just not listed in the
elephant/__init__.py
.The text was updated successfully, but these errors were encountered: