Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Aug 24, 2023
1 parent 59424bc commit 14e5bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_vrs_normalize.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def test_normalize_allele(rest_dataproxy):
assert allele1 == allele2

allele1 = models.Allele(**allele_dict2)
allele2 = normalize(allele1, rest_dataproxy, rle_seq_limit=0)
allele2 = normalize(allele1, rest_dataproxy)
assert allele1 == allele2

# Definite ranges are not normalized
Expand Down

0 comments on commit 14e5bc9

Please sign in to comment.