Skip to content

Commit

Permalink
move (test_)pointer_network_taskmodule_for_end2end_re.py to (test_)po…
Browse files Browse the repository at this point in the history
…inter_network_for_end2end_re.py
  • Loading branch information
ArneBinder committed Jan 5, 2024
1 parent 864921d commit 4277624
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/pie_modules/taskmodules/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from .extractive_question_answering import ExtractiveQuestionAnsweringTaskModule
from .pointer_network_taskmodule_for_end2end_re import (
PointerNetworkTaskModuleForEnd2EndRE,
)
from .pointer_network_for_end2end_re import PointerNetworkTaskModuleForEnd2EndRE
from .re_text_classification_with_indices import (
RETextClassificationWithIndicesTaskModule,
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from pie_modules.taskmodules.pointer_network.logits_processor import (
PrefixConstrainedLogitsProcessorWithMaximum,
)
from pie_modules.taskmodules.pointer_network_taskmodule_for_end2end_re import (
from pie_modules.taskmodules.pointer_network_for_end2end_re import (
LabelsAndOptionalConstraints,
)

Expand Down

0 comments on commit 4277624

Please sign in to comment.