On Fri, Jan 06, 2012 at 12:45:31PM +0200, Vlad Niculae wrote: > I had a feeling this was the problem. I remember I had to hack a bit > inside the nosetest files and I made it work: I was able to run > nosetests on my windows system. Should I dig up my old box and try to > find what I did?
Actually, what would be great is if someone on Windows could check if the recent versions of nosetests fix the problem. In my experience, the nose developpers tend to identify problems and fix them. If not, we can set the environment variable JOBLIB_MULTIPROCESSING to 0 on windows in the test fixtures. In this situation, joblib will never span new processes, whatever it is told to do. This feature is there exactly for the purposes of robust automated testing. Gaƫl ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
