Skip to content

Commit

Permalink
Update test_miro3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
smilesun authored Nov 21, 2024
1 parent c5504b6 commit cdb7787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_miro3.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def test_miro3():
"""
args = "--te_d=caltech --task=mini_vlcs --debug --bs=2 --model=erm \
--trainer=miro --nname=alexnet \
--layers2extract_feats features"
--layers2extract_feats features --no_dump"
with pytest.raises(RuntimeError):
utils_test_algo(args)
raise RuntimeError("This is a runtime error")

0 comments on commit cdb7787

Please sign in to comment.