You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following changes to the location of deepreg/config, we need to modify the setup.py file to no longer include this directory in the package. This involves removing the __init__.py files from within config as well.
Subject of the issue
Following changes to the location of
deepreg/config, we need to modify thesetup.pyfile to no longer include this directory in the package. This involves removing the__init__.pyfiles from withinconfigas well.