xchoo / spaun2.0

Spaun (nengo 2.0 version)
63 stars 27 forks source link

Fixes for Python 3 and installation. #3

Closed jgosmann closed 6 years ago

jgosmann commented 8 years ago

These changes allow Spaun to be run with Python 3 by

Furthermore, this fixes some paths so that Spaun can be installed as a Python package, but this commit does not include a setup.py to do so. (My ctn-archive/gosmann-frontiers2016 will include a setup.py which could be adopted. That file is a tiny bit more complicated because Spaun is pulled in as a git submodule and I have to do some package_dir foo.)

This is the minimal set of changes that were required. Certain configurations might require more changes.

Note: I haven't tested whether this produces still the appropriate results. I'm only interested in the run time for benchmarking.

xchoo commented 8 years ago

Hmm. Sweet. I'll test and merge when I'm done the thesis. 😄

xchoo commented 8 years ago

You might have to remind me in a month to do this 😆

jgosmann commented 8 years ago

That's fine. Take your time. Just wanted to make the changes visible if anyone looks for it.

xchoo commented 6 years ago

These changes should now be live in the v2.0 release.