spoonsso / dannce

MIT License
214 stars 30 forks source link

Refactor imports #5

Closed diegoaldarondo closed 5 years ago

diegoaldarondo commented 5 years ago
  1. Refactored file structure and imports.
    • Removed sys dependence for imports
    • This requires that matlab.engine be setup for the user's conda environment, since it removes the explicit addition of the library.
      # From within conda environment: 
      sudo $(which python) matlabroot/extern/engines/python/setup.py install
  1. Added matlab to setup.py.