Skip to content

Commit

Permalink
update for ruleset change
Browse files Browse the repository at this point in the history
  • Loading branch information
JoFrhwld committed Apr 3, 2024
1 parent 7630f90 commit 5491a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def test_map_ruleset(self):
tier = SequenceTier(tier = [AE, N])
cmu2labov_rules.map_ruleset(tier)

assert tier.first.label == "ae"
assert tier.first.label == "ae_"
assert tier.first.fol.label == "N"

def test_empty_ruleset(self):
Expand Down

0 comments on commit 5491a95

Please sign in to comment.