mad-lab-fau / BioPsyKit

A Python package for the analysis of biopsychological data.
MIT License
39 stars 8 forks source link

[JOSS Review] Broken example notebooks #14

Closed espenhgn closed 2 years ago

espenhgn commented 2 years ago

There are several errors and issues with the provided example notebooks:

Linked issue: https://github.com/openjournals/joss-reviews/issues/3702

richrobe commented 2 years ago

Thank you for your comments! We updated the example notebooks in 1725a2706f730aedd3328febd0f7c9cbd6b0e174.

espenhgn commented 2 years ago

Thank you for your comments! We updated the example notebooks in 1725a27.

Sounds good!

I can now (SHA:f97f3ce9f8cc4d8d976715a738d069532efae3df) run all the example notebooks without crashes and similar.
But in ECG_Analysis_Example.ipynb I do get a bunch of NaN values in the output dataframes around here: image

Is that the expected output due to missing datapoints or similar?

richrobe commented 2 years ago

Hi @espenhgn , yes, that's the expected output because the ECG sequences are too short to compute certain HRV parameter. The same warning is also produced for the example in the documentation.

espenhgn commented 2 years ago

Hi @espenhgn , yes, that's the expected output because the ECG sequences are too short to compute certain HRV parameter. The same warning is also produced for the example in the documentation.

Ok, thanks for the clarification. Then I think this issue can be closed!