We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d9e558 commit caace86Copy full SHA for caace86
tests/test_records.py
@@ -131,7 +131,7 @@ def test_10(self):
131
# rdsamp -r 310derive -f 0.007 | cut -f 2- > target13
132
def test_13(self):
133
record = wfdb.rdsamp('sampledata/310derive', sampfrom=2, physical=False)
134
- sig = record.signals
+ sig = record.d_signals
135
targetsig = np.genfromtxt('tests/targetoutputdata/target13')
136
assert np.array_equal(sig, targetsig)
137
0 commit comments