Skip to content

Instantly share code, notes, and snippets.

@poliu2s
Created June 26, 2016 01:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save poliu2s/f25686f296f156aa725d0ac2f495a23f to your computer and use it in GitHub Desktop.
Save poliu2s/f25686f296f156aa725d0ac2f495a23f to your computer and use it in GitHub Desktop.
Output when running the visualiserFilter.py
~/projects/boab/src   master  python visualiserFilter.py
/usr/local/lib/python2.7/site-packages/matplotlib/font_manager.py:273: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment.
warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.')
Main visualiser
./res_performance
Visualise - Reading data
Visualise - Filtering data
Score limit: {}
Limiter value(s): None
Visualise - Listing data
Traceback (most recent call last):
File "visualiserFilter.py", line 1053, in <module>
visualise('./res_performance/_22probeLen_FE', './res_performance', 0)
File "visualiserFilter.py", line 72, in visualise
listResult = listsData(parsedResult, scoreLim, artefactSuppress)
File "visualiserFilter.py", line 522, in listsData
listResult = resultPool.get()
File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/pool.py", line 567, in get
raise self._value
KeyError: 'duplex'
@poliu2s
Copy link
Author

poliu2s commented Jun 26, 2016

Ran with this cmd:

visualise('./res_performance/_22probeLen_FE', './res_performance', 0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment