FeTS-AI / Algorithms

This repo contains the model architectures to be used in the OpenFL backend.
Other
7 stars 11 forks source link

submodule import fixes #81

Closed c-gamble closed 1 year ago

c-gamble commented 1 year ago

This PR addresses fatal import errors among modules and submodules in the Algorithms subdirectory of the OpenFederatedLearning parent directory. My approach uses sys.path.append to resolve import errors, and this PR is paired with my PR on the GANDLF repo.

Please note that this PR requires users to run FeTS CLI actions from their ${fets_root_dir}/bin directory. A future modification may involve adopting the init files in each module to eliminate the need for sys.path.append.

Contact: gamble.cooper@mayo.edu