Skip to content

Commit

Permalink
doctest update
Browse files Browse the repository at this point in the history
they're passing locally but not in the github action, for some reason
  • Loading branch information
ACEnglish committed Jul 11, 2024
1 parent 60e9f1b commit e9032c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions repo_utils/run_doctests.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,5 @@ def tester(module):
fails += tester(vcf2df)
fails += tester(msatovcf)
fails += tester(af_calc)
fails += tester(bench)

os.remove("log.txt")
sys.exit(fails)

0 comments on commit e9032c6

Please sign in to comment.