Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Move seq2seq tests to right test directory (#51)
Browse files Browse the repository at this point in the history
* add copynet tests

* move seq2seq tests to right directory

Co-authored-by: Dirk Groeneveld <[email protected]>
  • Loading branch information
epwalsh and dirkgr authored May 14, 2020
1 parent 1de3bac commit 20fb509
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ per-file-ignores =
# __init__.py files are allowed to have unused imports and lines-too-long
allennlp_models/__init__.py:F401
allennlp_models/**/__init__.py:F401,E501
allennlp_plugins/**/__init__.py:F401

# tests don't have to respect
# E501: line length
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

from allennlp.common.testing import ModelTestCase

from allennlp_models.seq2seq import copynet
from tests import FIXTURES_ROOT


Expand Down
File renamed without changes.

0 comments on commit 20fb509

Please sign in to comment.