uncbiag / ICON

A library for performing image registration using deep learning, regularized by inverse consistency

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test data are downloaded to the parent folder of icon_registration package

lintian-a opened this issue · comments

The test data is downloaded to the parent folder of icon package. It is located at the "[virtual_env]/lib/python3.9/test_files" instead of "[virtual_env]/lib/python3.9/icon_registration/test_files" when one install icon via pip.

TEST_DATA_DIR = pathlib.Path(__file__).parent.parent.parent / "test_files"

@HastingsGreer Should we fix this?