some of files cannot be imported
in "CoNeX/Example/test
/mnist.py" these files:
PreTrace,
PostTrace,
PreSpikeCatcher,
PostSpikeCatcher,
cannot be imported.
the error massage is:
ImportError Traceback (most recent call last)
in <cell line: 25>()
23 NeuronAxon,
24 )
---> 25 from conex.behaviors.synapses import (
26 SynapseInit,
27 PreTrace,
ImportError: cannot import name 'PreTrace' from 'conex.behaviors.synapses' (/usr/local/lib/python3.10/dist-packages/conex/behaviors/synapses/init.py)
some of files cannot be imported
in "CoNeX/Example/test
/mnist.py" these files:
PreTrace,
PostTrace,
PreSpikeCatcher,
PostSpikeCatcher,
cannot be imported.
the error massage is:
ImportError Traceback (most recent call last)
in <cell line: 25>()
23 NeuronAxon,
24 )
---> 25 from conex.behaviors.synapses import (
26 SynapseInit,
27 PreTrace,
ImportError: cannot import name 'PreTrace' from 'conex.behaviors.synapses' (/usr/local/lib/python3.10/dist-packages/conex/behaviors/synapses/init.py)