Skip to content
New issue

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

wfdb 2.0+ causes issues. #3

Open
BrettMontague opened this issue Apr 26, 2018 · 5 comments
Open

wfdb 2.0+ causes issues. #3

BrettMontague opened this issue Apr 26, 2018 · 5 comments

Comments

@BrettMontague
Copy link

BrettMontague commented Apr 26, 2018

First of all, thanks for this. Secondly, wfdb 2.0+ breaks some of your code here, there are some different arguments, and when I fixed those up rdann was returning a tuple, not an object, in the new package.

I stopped there and just rolled back to wfdb 1.3.4 and it worked perfectly. You might want to make note of that in the readme or something.

@BrettMontague BrettMontague changed the title wdfb wfdb 2.0+ Apr 26, 2018
@BrettMontague BrettMontague changed the title wfdb 2.0+ wfdb 2.0+ causes issues. Apr 26, 2018
@niekverw
Copy link
Owner

Thanks! yes I should list the package versions, I will at least add this.

@niekverw
Copy link
Owner

(You are also free to push any useful changes).

@BehnamTaki
Copy link

thank you @niekverw for this code.
how to install specific version of wfdb package? that was impossible for me.

@BrettMontague
Copy link
Author

BrettMontague commented May 4, 2018

It depends on your particular python environment @BehnamTaki, but in general you should be able to:

pip uninstall wfdb

to uninstall your current version of wfdb, and then

pip install wfdb==1.3.4

to install the 1.3.4 version of wfdb that you require.

If you happen to be using Anaconda:

conda install -c conda-forge wfdb=1.3.5
will probably work, or you can just use pip in Conda.

@BehnamTaki
Copy link

i appreciate you for putting time to answer my question

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants