Re: [pymvpa] PyMVPA Growing Nerual Gas implementation

2014-01-24 Thread Tiziano Zito
Hi Tony, you can actually use the MDP GNG implementation directly in PyMVPA using the MDPFlowMapper. An example of how to use MDP within PyMVPA can be found here: http://www.pymvpa.org/examples/mdp_mnist.html HTH, Tiziano On Thu 23 Jan, 15:42, Jiang, Zhiguo zhiguo.ji...@njit.edu wrote: Hi,

Re: [pymvpa] PyMVPA for Python 3 -- second report

2012-04-22 Thread Tiziano Zito
was it painful? not really, just a bit of vi gymnastics ;) ciao, tiziano ___ Pkg-ExpPsy-PyMVPA mailing list Pkg-ExpPsy-PyMVPA@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-exppsy-pymvpa

Re: [pymvpa] PyMVPA for Python 3 -- second report

2012-04-21 Thread Tiziano Zito
may be some skype/shared screen sprintee next week over remaining issues etc? yes, if michael is around we could meet in berlin or magdeburg and have get you on skype. There is a bulk of changes in some guys feature branches and if we do not merge now, later it might not be as easy ;) I

Re: [pymvpa] PyMVPA for Python 3 -- second report

2012-04-21 Thread Tiziano Zito
cool -- you can consider me now a contributor to this little project ;-) I have sent a pull request against your branch with few changes, please review. I merged your pull request, thank you :) Also it might be nice to markup those commits which deal with python3 compatibility as PY3 (e.g.

[pymvpa] PyMVPA for Python 3 -- second report

2012-04-20 Thread Tiziano Zito
hi all, with my today's efforts I got down to 13 errors and 15 failures out of 284 tests, so it's getting better :) on the same branch the same set of unittests passes without errors or failures with python 2.7, so I assume I did not break anything important. I attach here the error logs in

Re: [pymvpa] PyMVPA for Python 3

2012-04-19 Thread Tiziano Zito
if you push your work somewhere (I don't see your clone at https://github.com/PyMVPA/PyMVPA/network) we will add it to daily testing I don't know why you don't see it, but I do have a fork on github: https://github.com/otizonaizit/PyMVPA/ but please, slow down, this is very much work in

Re: [pymvpa] PyMVPA for Python 3 -- first report

2012-04-19 Thread Tiziano Zito
My guess is that it is still related to how that AttributesCollector injects those additional attributes into the freshly constructed classes. I hope above clues would be of help it helped indeed ;) ciao, tiziano ___ Pkg-ExpPsy-PyMVPA mailing

Re: [pymvpa] PyMVPA for Python 3

2012-04-18 Thread Tiziano Zito
MVPA_TESTS_QUICK=yes MVPA_TESTS_LOWMEM=yes make unittest-nonlabile [...] Let us know if that helps for a start. yep, it works fine this way, thanks. it even finds more unit tests (326) ;) ciao, tiziano ___ Pkg-ExpPsy-PyMVPA mailing list