Skip to content

Commit

Permalink
Merge pull request #117 from sbintuitions/delete_noop
Browse files Browse the repository at this point in the history
Remove `NoopNormalizer`
  • Loading branch information
ryokan0123 authored Jan 7, 2025
2 parents 76cfdef + 5efa9fb commit 49ce9d6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 37 deletions.
1 change: 0 additions & 1 deletion flexeval/core/metric/string_processor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
from .last_line import LastLineExtractor
from .lower import StringLower
from .nfkc import NFKCNormalizer
from .noop import NoopNormalizer
from .regex import RegexExtractor
from .string_strip import StringStrip
20 changes: 0 additions & 20 deletions flexeval/core/metric/string_processor/noop.py

This file was deleted.

16 changes: 0 additions & 16 deletions tests/core/metric/string_processor/test_noop.py

This file was deleted.

0 comments on commit 49ce9d6

Please sign in to comment.