1
0
mirror of https://github.com/QData/TextAttack.git synced 2021-10-13 00:05:06 +03:00

Update test_misc.py

This commit is contained in:
Hanyu-Liu-123
2020-10-29 13:25:47 -04:00
committed by GitHub
parent 2509a14331
commit 58f522b30c

View File

@@ -20,8 +20,6 @@ def test_embedding_augmenter():
assert augmented_s in augmented_text_list
# TODO: fix flair problem in CheckList, unable to pass tests online
"""
def test_checklist_augmenter():
from textattack.augmentation import CheckListAugmenter
@@ -37,7 +35,6 @@ def test_checklist_augmenter():
augmented_text_list = augmenter.augment(s)
augmented_s = "I'll be happy to assist you."
assert augmented_s in augmented_text_list
"""
def test_charwap_augmenter():