Skip to content

Commit f85135b

Browse files
authored
Remove deprecated net_name in test file (#8461)
Fixes #8453 ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [ ] In-line docstrings updated. - [ ] Documentation updated, tested `make html` command in the `docs/` folder. --------- Signed-off-by: YunLiu <[email protected]>
1 parent d4b4bff commit f85135b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/bundle/test_bundle_download.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ def test_load_weights(self, bundle_files, bundle_name, repo, device, model_file)
322322
bundle_dir=tempdir,
323323
progress=False,
324324
device=device,
325-
net_name=model_name,
326325
source="github",
327326
**net_args,
328327
)

0 commit comments

Comments
 (0)