We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in get_ecg_f_from_file , there is a mistake in
get_ecg_f_from_file
ECG_neutral = np.array(df["signal"]["chest"]["ECG"][indice_neutral[0]:indice_neutral[-1]*700][:,0]) #Baseline
You should not * 700.
* 700
The text was updated successfully, but these errors were encountered:
Why shouldn't I ? It's been a long time since I did not use this project but as I remember it worked perfectly fine with that
Sorry, something went wrong.
No branches or pull requests
in
get_ecg_f_from_file
, there is a mistake inYou should not
* 700
.The text was updated successfully, but these errors were encountered: