Skip to content

Commit caace86

Browse files
committed
fix tests
1 parent 3d9e558 commit caace86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_records.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def test_10(self):
131131
# rdsamp -r 310derive -f 0.007 | cut -f 2- > target13
132132
def test_13(self):
133133
record = wfdb.rdsamp('sampledata/310derive', sampfrom=2, physical=False)
134-
sig = record.signals
134+
sig = record.d_signals
135135
targetsig = np.genfromtxt('tests/targetoutputdata/target13')
136136
assert np.array_equal(sig, targetsig)
137137

0 commit comments

Comments
 (0)