Skip to content

Commit

Permalink
Matcher default now populated
Browse files Browse the repository at this point in the history
Was missing a default matcher paramter
  • Loading branch information
ACEnglish committed Nov 16, 2023
1 parent 72b6af0 commit 5b06a1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions truvari/matching.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def make_match_params():
params.pick = 'single'
params.ignore_monref = True
params.check_multi = True
params.check_monref = True
return params

@staticmethod
Expand Down

0 comments on commit 5b06a1c

Please sign in to comment.