Skip to content

Commit

Permalink
refmt with black
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm authored Dec 25, 2024
1 parent c900ebc commit 0b155d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion haptools/sim_genotype.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import os
import re
import sys
import glob
import numpy as np
from cyvcf2 import VCF
Expand Down
3 changes: 1 addition & 2 deletions tests/test_simgenotype.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
DATADIR = Path(__file__).parent.joinpath("data")


# @pytest.mark.skip(reason="this test takes a long time (~2 mins) to run")
def test_basic(capfd):
prefix = DATADIR / "example_simgenotype.vcf"
dat_file = DATADIR / "outvcf_gen.dat"
Expand Down Expand Up @@ -92,7 +91,7 @@ def test_pgen_output_chunked(capfd):
f"--ref_vcf {ref_vcf_file}",
f"--sample_info {samp_info_file}",
f"--out {prefix}",
f"--chunk-size 1"
f"--chunk-size 1",
]
)
runner = CliRunner()
Expand Down

0 comments on commit 0b155d7

Please sign in to comment.