зеркало из
https://github.com/ssciwr/AMMICO.git
synced 2025-10-30 05:26:05 +02:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Этот коммит содержится в:
родитель
22274ced21
Коммит
903b1df644
@ -25,6 +25,8 @@ def get_testdict(get_path):
|
|||||||
"IMG_2809": {"filename": get_path + "IMG_2809.png"},
|
"IMG_2809": {"filename": get_path + "IMG_2809.png"},
|
||||||
}
|
}
|
||||||
return testdict
|
return testdict
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def get_test_my_dict(get_path):
|
def get_test_my_dict(get_path):
|
||||||
test_my_dict = {
|
test_my_dict = {
|
||||||
|
|||||||
@ -445,8 +445,7 @@ def test_parsing_images(
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.long
|
@pytest.mark.long
|
||||||
def test_itm(get_test_my_dict ,get_path):
|
def test_itm(get_test_my_dict, get_path):
|
||||||
|
|
||||||
search_query3 = [
|
search_query3 = [
|
||||||
{"text_input": "A bus"},
|
{"text_input": "A bus"},
|
||||||
{"image": get_path + "IMG_3758.png"},
|
{"image": get_path + "IMG_3758.png"},
|
||||||
@ -492,7 +491,6 @@ def test_itm(get_test_my_dict ,get_path):
|
|||||||
|
|
||||||
@pytest.mark.long
|
@pytest.mark.long
|
||||||
def test_itm_blip2_coco(get_test_my_dict, get_path):
|
def test_itm_blip2_coco(get_test_my_dict, get_path):
|
||||||
|
|
||||||
search_query3 = [
|
search_query3 = [
|
||||||
{"text_input": "A bus"},
|
{"text_input": "A bus"},
|
||||||
{"image": get_path + "IMG_3758.png"},
|
{"image": get_path + "IMG_3758.png"},
|
||||||
|
|||||||
Загрузка…
x
Ссылка в новой задаче
Block a user