Skip to content

Commit

Permalink
close test files to avoid error on windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymcrae committed Oct 27, 2023
1 parent 86e14c2 commit a3c8170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_bgenwriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ def test_phased_data_different_sizes(self):
for x in bfile:
probs = x.probabilities
self.assertTrue(probs_close(geno[:, :-1], probs[:, :-1], bit_depth=8))
bfile.close()

def test_ploidy_unphased(self):
''' check we can write unphased variants with variable ploidy per sample
Expand Down

0 comments on commit a3c8170

Please sign in to comment.