Skip to content

Commit

Permalink
Update src/datumaro/components/comparator.py
Browse files Browse the repository at this point in the history
Co-authored-by: Maxim Zhiltsov <[email protected]>
  • Loading branch information
Eldies and zhiltsov-max authored Jan 27, 2025
1 parent 662be83 commit 0edb281
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/datumaro/components/comparator.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ class EqualityComparator:
ignored_attrs = attrib(kw_only=True, factory=set, validator=default_if_none(set))
ignored_item_attrs = attrib(kw_only=True, factory=set, validator=default_if_none(set))
all = attrib(kw_only=True, default=False)
"Include matches in the output"

_test: TestCase = attrib(init=False)
errors: list = attrib(init=False)
Expand Down

0 comments on commit 0edb281

Please sign in to comment.