paulvangentcom / heartrate_analysis_python

Python Heart Rate Analysis Package, for both PPG and ECG signals
MIT License
930 stars 321 forks source link

AttributeError: module 'HeartPy' has no attribute 'heart_rates' #67

Closed Sorcha19 closed 3 years ago

Sorcha19 commented 3 years ago

won't allow you change load_example_data to your own

Screenshot 2021-04-19 at 12 33 10
paulvangentcom commented 3 years ago

There's a built in function to open CSV or MAT files, see the docs here.

However, in most cases you can just load your data into a list or array and pass that to heartpy.

-Paul