uwsampa/accept

Fix cluster execution when PYTHONPATH is amended

Closed this issue · 1 comments

Cluster workers can currently fail to import accept.core because their PYTHONPATH doesn't include the directory containing the accept package. This just worked before because that could be found in the cwd, since experiments were always run from inside the main repository. Now that accept-apps is separate, this no longer works.

This may requiring fixing in https://github.com/sampsyo/cluster-workers rather than in ACCEPT proper.