As I tried this code in an install space, I found many code paths started complaining modules isn't found or modelPath doesn't not exists. And I attributed those errors to the hard-coded path in current implementation.
This pull request is to remove them and use more generic way to discover the file paths for the dependencies.
As I tried this code in an install space, I found many code paths started complaining modules isn't found or modelPath doesn't not exists. And I attributed those errors to the hard-coded path in current implementation.
This pull request is to remove them and use more generic way to discover the file paths for the dependencies.