Skip to content

Commit 50d0d04

Browse files
committed
adjust batch mode test for robustness
1 parent e925559 commit 50d0d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_writer_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def test_write_load_batched_target_bam(self):
9292
'score': [".", "."],
9393
'strand': ["+", "+"]
9494
})
95-
huge_coords = pd.concat([coords] * 6000, axis=0).reset_index()
95+
huge_coords = pd.concat([coords] * 6001, axis=0).reset_index()
9696
dump_data_webdataset(huge_coords,
9797
genome_fasta='data/sample.fa',
9898
bigwig_filelist=['data/sample.bw'],

0 commit comments

Comments
 (0)