Skip to content

scipy.stats dependency #66

@nbottenus

Description

@nbottenus

Installed according to the README with miniconda (using the MinGW fortran compiler from the pull request #51 ), and found that when importing pyVHR got the following error:
image

This seems to be resolved by changing from scipy.stats import median_absolute_deviation as mad to from scipy.stats import median_abs_deviation as mad in BPM.py. (scipy version 1.10.0 and statsmodels version 0.13.5)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions