We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3ed3b commit c5906d6Copy full SHA for c5906d6
1 file changed
ex_wavelet.py
@@ -20,7 +20,7 @@ def ex_wavelet():
20
# Note: you first need to download the patient database from the link provided in the GitHub page.
21
22
# specify the patient data location.
23
- data_dir = r'\\pisiz3echo\ECHO\Research\Data_newformat\PortPy\data'
+ data_dir = r'..\data'
24
25
# Use PortPy DataExplorer class to explore PortPy data and pick one of the patient
26
data = pp.DataExplorer(data_dir=data_dir)
0 commit comments