the test now works again (#6371)
This commit is contained in:
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user