Skip to content

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

@davidmarcelbauminteraxon

Description

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions