From 0830e79512c4ac89c7aff71c662c7660452ca1df Mon Sep 17 00:00:00 2001 From: Stas Bekman Date: Sun, 9 Aug 2020 23:55:52 -0700 Subject: [PATCH] the test now works again (#6371) --- examples/seq2seq/test_seq2seq_examples.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/seq2seq/test_seq2seq_examples.py b/examples/seq2seq/test_seq2seq_examples.py index 7692081e9c..06719446d6 100644 --- a/examples/seq2seq/test_seq2seq_examples.py +++ b/examples/seq2seq/test_seq2seq_examples.py @@ -329,7 +329,6 @@ def test_finetune_extra_model_args(): assert str(excinfo.value) == f"model config doesn't have a `{unsupported_param}` attribute" -@unittest.skip("Conflict with different add_argparse_args - needs a serious sync") def test_finetune_lr_shedulers(capsys): args_d: dict = CHEAP_ARGS.copy()