Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nonlinear.py: AttributeError: module 'biosppy' has no attribute 'utils' #45

Open
davidmarcelbauminteraxon opened this issue May 6, 2024 · 0 comments

Comments

@davidmarcelbauminteraxon

Hey devs,

Throughout the nonlinear.py codes, import biosppy (line 45) and then calling biosppy.utils.ReturnTuple(args, names) throws the following error:
AttributeError: module 'biosppy' has no attribute 'utils'

Installed libraries

biosppy==2.2.1
pyhrv==0.4.1

Proposed fix

I am circumventing this by directly importing the ReturnTuple class from biospyy.utils:
from biosppy.utils import ReturnTuple
ReturnTuple(args, names)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant