Closed jgosmann closed 6 years ago
Hmm. Sweet. I'll test and merge when I'm done the thesis. 😄
You might have to remind me in a month to do this 😆
That's fine. Take your time. Just wanted to make the changes visible if anyone looks for it.
These changes should now be live in the v2.0 release.
These changes allow Spaun to be run with Python 3 by
print
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.