mossum
mossum copied to clipboard
Moss summarizer
``` Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.10/bin//mossum", line 9, in mossum.main() File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/mossum/mossum.py", line 294, in main image(res, i+1, label=args.title) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/mossum/mossum.py", line 266, in image graph.write(filename, format=args.format) File...
Hi. I run ``` $ mossum http://moss.stanford.edu/results/XYZ Generating image for moss_02-03-2018_223646 DONE ``` but it only generated a `11x11px` white image, any idea what can be wrong?
I wanted to be able to filter by regular expression, so I made some small modifications in Filter.include to process the arguments to the --filter* switches to be interpreted as...
I get the following exception on Linux and Windows when attempting to generate an image. It might be something simple. `$ mossum http://moss.stanford.edu/results/xxxxxxxxx/index.html Generating image for moss_xx-xx-xxxx_xxxxxx Traceback (most recent...
When testing mossum for the first time, I've always got the following error: ``` Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/pydot.py", line 1915, in create working_dir=tmp_dir, File "/usr/local/lib/python3.7/site-packages/pydot.py", line 136,...