Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KKIEEK authored and KKIEEK committed Nov 30, 2022
1 parent e3dddcd commit e7b0a80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions tests/data/test_config.py

This file was deleted.

6 changes: 3 additions & 3 deletions tests/test_mm/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def test_mmseg(*not_used):
os.environ['LOCAL_RANK'] = '0'

task = MMSegmentation()
task.set_args(['tests/data/test_config.py'])
task.set_args(['tests/data/config.py'])
task.run(args=task.args)


Expand All @@ -179,7 +179,7 @@ def test_mmdet(*not_used):
os.environ['LOCAL_RANK'] = '0'

task = MMDetection()
task.set_args(['tests/data/test_config.py'])
task.set_args(['tests/data/config.py'])
task.run(args=task.args)


Expand All @@ -190,7 +190,7 @@ def test_mmcls(*not_used):
os.environ['LOCAL_RANK'] = '0'

task = MMClassification()
task.set_args(['tests/data/test_config.py'])
task.set_args(['tests/data/config.py'])
task.run(args=task.args)


Expand Down

0 comments on commit e7b0a80

Please sign in to comment.