Nicola Soranzo
|
9b4de72ca6
|
Fix all E722 errors and ignore E741
Introduced in flake8 3.5.0
Fix import order.
|
2017-10-24 11:29:09 +01:00 |
|
Nicola Soranzo
|
21b44bf348
|
Fix all E201 and E202 style errors
using the following command:
```
autopep8 -i -r --exclude $(sed -e 's|^|./|' -e 's|/$||' .ci/flake8_blacklist.txt | paste -sd,) --select E201,E202 .
```
|
2017-08-17 11:35:39 +01:00 |
|
Nicola Soranzo
|
39da6c3278
|
Fix the remaining 2180 flake8 errors in tools/ .
|
2016-02-10 18:46:03 +00:00 |
|
Nate Coraor
|
65d3ad47cd
|
Fix from Assaf Gordon for Cheetah syntax errors in the Bar Chart tool.
|
2010-02-08 10:00:30 -05:00 |
|
Guruprasad Anada
|
bcd0192709
|
Fix bar chart output format.
|
2009-08-03 16:38:27 -04:00 |
|
Anton Nekrutenko
|
43891dced2
|
updated bar charter to use png instead of pdf
|
2009-01-22 12:06:29 -05:00 |
|
Greg Von Kuster
|
04e0834500
|
Revert 2715.
|
2008-06-04 13:02:15 +00:00 |
|
Greg Von Kuster
|
dedc7278a1
|
Requires config change, temporary files are now created in a configurable location - affects many tools.
|
2008-06-03 20:29:54 +00:00 |
|
Greg Von Kuster
|
af3b0669aa
|
Eliminated all Python2.4 references, added necessary assert statements to ensure minimum version of Python 2.4.
|
2008-03-28 15:24:50 +00:00 |
|
Anton Nekrutenko
|
2ca6d902fe
|
Changes to bar chart tool
|
2008-03-11 12:54:47 +00:00 |
|
Anton Nekrutenko
|
f92ff79502
|
Changes to bar chart tool
|
2008-03-11 12:45:55 +00:00 |
|
Anton Nekrutenko
|
85cebb59b6
|
Bar chart tool for use with taxonomy tools. Requires gnuplot and gnuplot.py. Still needs interface testing
|
2008-03-10 21:57:32 +00:00 |
|