Fix cluster execution when PYTHONPATH is amended
Closed this issue · 1 comments
sampsyo commented
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.
sampsyo commented
Should be fixed in sampsyo/cluster-workers@1fab09d.