Unverified Commit 0830e795 authored by Stas Bekman's avatar Stas Bekman Committed by GitHub
Browse files

the test now works again (#6371)

parent 3a556b0f
...@@ -329,7 +329,6 @@ def test_finetune_extra_model_args(): ...@@ -329,7 +329,6 @@ def test_finetune_extra_model_args():
assert str(excinfo.value) == f"model config doesn't have a `{unsupported_param}` attribute" 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): def test_finetune_lr_shedulers(capsys):
args_d: dict = CHEAP_ARGS.copy() args_d: dict = CHEAP_ARGS.copy()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment