PIA-Group / BioSPPy

Biosignal Processing in Python
Other
569 stars 273 forks source link

ACC not found #87

Closed karoanja closed 2 years ago

karoanja commented 2 years ago

Hi, Acc.py can't be found in python after importing biosppy. Could you please fix that problem ? You might need to add it in the init ? Thank you.

afonsocraposo commented 2 years ago

Thank you for raising this issue. I added acc.py to the __init__.py and your issue should be fixed now.

karoanja commented 2 years ago

Thank you. Could you please also add it to biosppy.signals.init?

afonsocraposo commented 2 years ago

Done :) Thank you for pointing that out!