Following the tutorial it doesn't work, it never finds my custom module.
I can fix it in code by
sys.path.insert(0, "custom_modules")
But from config file it doesn't work
It can be reproduced on the following branch
https://github.com/terrastackai/terratorch/pull/1108/changes