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 f2044a9 commit 4f06a06Copy full SHA for 4f06a06
tests/test_record.py
@@ -778,8 +778,10 @@ def test_multi_fixed_d(self):
778
smooth_frames=False,
779
)
780
781
+ # Sample values should match the output of rdsamp -H
782
np.testing.assert_array_equal(sig, sig_target)
- assert record.__eq__(record_named)
783
+ # channel_names=[...] should give the same result as channels=[...]
784
+ self.assertEqual(record, record_named)
785
786
def test_multi_variable_a(self):
787
"""
0 commit comments