pyeeg icon indicating copy to clipboard operation
pyeeg copied to clipboard

No attribute module named bin_power()

Open NevinTroy opened this issue 1 year ago • 3 comments

image

The bin_power() module seems to be missing, I worked with the same module two weeks back and never encountered an error like this.

NevinTroy avatar Jul 24 '23 16:07 NevinTroy

Can you show me how you imported pyeeg?

forrestbao avatar Jul 24 '23 17:07 forrestbao

!git clone https://github.com/forrestbao/pyeeg.git
%cd pyeeg
!python setup.py install
%cd ..
import pyeeg

This is how I did it

NevinTroy avatar Jul 25 '23 08:07 NevinTroy

CleanShot 2024-01-18 at 22 08 39@2x @NevinTroy Hello , add "from .spectrum import bin_power" to the file on "/pyeeg/pyeeg/entropy.py" might be usefully maybe "pyeeg.spectrum" is better hh.

Zq5437 avatar Jan 18 '24 14:01 Zq5437