Skip to content

Commit

Permalink
Bug fix in matching post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-drielsma committed Sep 15, 2024
1 parent ca784a3 commit 3192aa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spine/post/metric/match.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def __init__(self, fragment=None, particle=None, interaction=None,
configs = {'fragment': fragment, 'particle': particle,
'interaction': interaction}
self.matchers = {}
self.keys = {}
for key, cfg in configs.items():
if cfg is not None and cfg != False:
# Initialize the matcher
Expand Down

0 comments on commit 3192aa5

Please sign in to comment.