Skip to content

Commit c5906d6

Browse files
committed
Updated with portpy version 1.0.4
1 parent 0d3ed3b commit c5906d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ex_wavelet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def ex_wavelet():
2020
# Note: you first need to download the patient database from the link provided in the GitHub page.
2121

2222
# specify the patient data location.
23-
data_dir = r'\\pisiz3echo\ECHO\Research\Data_newformat\PortPy\data'
23+
data_dir = r'..\data'
2424

2525
# Use PortPy DataExplorer class to explore PortPy data and pick one of the patient
2626
data = pp.DataExplorer(data_dir=data_dir)

0 commit comments

Comments
 (0)