зеркало из
https://github.com/ssciwr/AMMICO.git
synced 2025-10-30 05:26:05 +02:00
fixed test_objects.py
Этот коммит содержится в:
родитель
dcc62bdcd5
Коммит
ad9b40088f
@ -31,6 +31,7 @@ def test_analyse_image_cvlib(get_path):
|
|||||||
|
|
||||||
with open(get_path + JSON_1, "r") as file:
|
with open(get_path + JSON_1, "r") as file:
|
||||||
out_dict = json.load(file)
|
out_dict = json.load(file)
|
||||||
|
out_dict["filename"] = get_path + out_dict["filename"]
|
||||||
for key in mydict.keys():
|
for key in mydict.keys():
|
||||||
assert mydict[key] == out_dict[key]
|
assert mydict[key] == out_dict[key]
|
||||||
|
|
||||||
|
|||||||
Загрузка…
x
Ссылка в новой задаче
Block a user