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 2739564 commit 02bba73Copy full SHA for 02bba73
tests/test_record.py
@@ -250,6 +250,11 @@ def test_read_flac(self):
250
f"Mismatch in {name}",
251
)
252
253
+ # Test file writing
254
+ record.wrsamp()
255
+ record_write = wfdb.rdrecord("flacformats", physical=False)
256
+ assert record == record_write
257
+
258
def test_read_flac_longduration(self):
259
"""
260
Three signals multiplexed in a FLAC file, over 2**24 samples.
@@ -628,6 +633,10 @@ def tearDownClass(cls):
628
633
"100_3chan.hea",
629
634
"a103l.hea",
630
635
"a103l.mat",
636
+ "flacformats.d0",
637
+ "flacformats.d1",
638
+ "flacformats.d2",
639
+ "flacformats.hea",
631
640
"s0010_re.dat",
632
641
"s0010_re.hea",
642
"s0010_re.xyz",
0 commit comments