Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Asthestarsfalll committed Dec 3, 2024
1 parent 06663f1 commit 5297ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_module_node_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ def __call__(self, **params):

def test_module_node_registry():
cfg = load("./configs/launch/test_module_registry.toml")
module, info = cfg.build_all()
module, _ = cfg.build_all()
assert module.Model.classifier[0].in_channels == 513

0 comments on commit 5297ec0

Please sign in to comment.