the test now works again (#6371)

This commit is contained in:
Stas Bekman 2020-08-09 23:55:52 -07:00 committed by GitHub
parent 3a556b0fb7
commit 0830e79512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()