Skip to content

Commit

Permalink
remove SRU from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickus Timothee committed Sep 19, 2023
1 parent 3561510 commit 821d292
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mammoth/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,6 @@ def test_method(self):
# [],
]

if mammoth.models.sru.check_sru_requirement():
# """ Only do SRU test if requirment is safisfied. """
# SRU doesn't support input_feed.
tests_nmtmodel.append([('rnn_type', 'SRU'), ('input_feed', 0)])

# ## FIXME: Broken in FoTraNMT
# for p in tests_nmtmodel:
Expand Down

0 comments on commit 821d292

Please sign in to comment.