numenta / nupic.research

Experimental algorithms. Unsupported.
https://nupicresearch.readthedocs.io
GNU Affero General Public License v3.0
107 stars 60 forks source link

Migrate routing files to projects folder #464

Closed karangrewal closed 3 years ago

karangrewal commented 3 years ago

Some routing files don't belong in the frameworks folder, and they are

since they are intended to be executed, and have thus been moved to a new projects folder. The only routing files remaining in frameworks are routing.py and utils.py since they contain classes/functions that get imported. Additionally, I added init_functions.py since some of the files that have been moved to the projects folder contained certain functions that were imported. All unit tests have been updated to reflect these changes.