/Users/andyheusser/Documents/github/quail/quail/analysis.py:105: UserWarning: Pandas doesn't allow columns to be created via a new attribute name - see https://pandas.pydata.org/pandas-docs/stable/indexing.html#attribute-access
'list_length' : data.list_length
Process PoolWorker-4:
Process PoolWorker-2:
Process PoolWorker-3:
Process PoolWorker-1:
Traceback (most recent call last):
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/pool.py", line 102, in worker
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/process.py", line 258, in _bootstrap
Traceback (most recent call last):
Traceback (most recent call last):
Traceback (most recent call last):
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/process.py", line 258, in _bootstrap
self.run()
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/process.py", line 258, in _bootstrap
self.run()
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/process.py", line 258, in _bootstrap
self.run()
self.run()
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/process.py", line 114, in run
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/process.py", line 114, in run
self._target(*self._args, **self._kwargs)
self._target(*self._args, **self._kwargs)
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/process.py", line 114, in run
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/process.py", line 114, in run
self._target(*self._args, **self._kwargs)
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/pool.py", line 102, in worker
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/pool.py", line 102, in worker
self._target(*self._args, **self._kwargs)
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/pool.py", line 102, in worker
task = get()
task = get()
task = get()
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/queues.py", line 379, in get
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/queues.py", line 379, in get
task = get()
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/queues.py", line 379, in get
racquire()
racquire()
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/queues.py", line 381, in get
KeyboardInterrupt
racquire()
return recv()
KeyboardInterrupt
KeyboardInterrupt
KeyboardInterrupt
---------------------------------------------------------------------------
KeyboardInterrupt Traceback (most recent call last)
<ipython-input-4-d02dbef354d6> in <module>()
57
58 # reorder next list using permutation
---> 59 resorted_egg = presenter.order(egg2, method='permute', nperms=nperms)
60 weights_permde = quail.analyze(resorted_egg, analysis='fingerprint', permute=True, parallel=True)
61 dist_permde.append(cdist(weights_permde, weights, 'correlation'))
/Users/andyheusser/Documents/github/quail/quail/fingerprint.py in order(self, egg, method, nperms, strategy, distfun)
318 return shuffle_egg(egg)
319 elif method=='permute':
--> 320 return order_perm(self, egg, dist_dict, strategy, nperms, distfun) #
321 elif method=='stick':
322 return order_stick(self, egg, dist_dict, strategy) #
/Users/andyheusser/Documents/github/quail/quail/fingerprint.py in order_perm(self, egg, dist_dict, strategy, nperm, distperm)
242 pres_len = len(pres)
243
--> 244 results = Parallel(n_jobs=multiprocessing.cpu_count())(
245 delayed(rand_perm)(pres, features, dist_dict, dist_funcs) for i in range(nperms))
246
/Applications/Canopy.app/appdata/canopy-1.7.4.3348.macosx-x86_64/Canopy.app/Contents/lib/python2.7/multiprocessing/__init__.pyc in cpu_count()
122 try:
123 with os.popen(comm) as p:
--> 124 num = int(p.read())
125 except ValueError:
126 num = 0
KeyboardInterrupt:
Process PoolWorker-7:
Process PoolWorker-5:
Process PoolWorker-8:
Process PoolWorker-6:
Traceback (most recent call last):
Traceback (most recent call last):
Traceback (most recent call last):
Traceback (most recent call last):
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/process.py", line 258, in _bootstrap
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/process.py", line 258, in _bootstrap
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/process.py", line 258, in _bootstrap
self.run()
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/process.py", line 258, in _bootstrap
self.run()
self.run()
self.run()
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/process.py", line 114, in run
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/process.py", line 114, in run
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/process.py", line 114, in run
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/process.py", line 114, in run
self._target(*self._args, **self._kwargs)
self._target(*self._args, **self._kwargs)
self._target(*self._args, **self._kwargs)
self._target(*self._args, **self._kwargs)
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/pool.py", line 102, in worker
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/pool.py", line 102, in worker
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/pool.py", line 102, in worker
task = get()
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/pool.py", line 102, in worker
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/queues.py", line 381, in get
return recv()
task = get()
task = get()
KeyboardInterrupt
task = get()
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/queues.py", line 379, in get
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/queues.py", line 379, in get
racquire()
File "/Users/andyheusser/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/multiprocess/queues.py", line 379, in get
KeyboardInterrupt
racquire()
racquire()
KeyboardInterrupt
KeyboardInterrupt