Skip to content

Commit

Permalink
rm items which use pydot
Browse files Browse the repository at this point in the history
  • Loading branch information
dvklopfenstein committed Jun 26, 2018
1 parent 5928d3f commit 8baf055
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_sorter.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

import sys

#### from goatools.grouper.grprplt import GrouperPlot
from goatools.grouper.grprdflts import GrouperDflts
from goatools.grouper.grprplt import GrouperPlot
from goatools.grouper.hdrgos import HdrgosSections
from goatools.grouper.grprobj import Grouper
from goatools.grouper.sorter import Sorter
Expand Down Expand Up @@ -56,8 +56,8 @@ def test_dflthdrs(prt=sys.stdout):
grprobj1 = Grouper(name, data, hdrobj1, grprdflt.gosubdag, go2nt=None)
sortobj1, _, nts1_go, act_hdrs1 = run(grprobj1, hdrobj1, exp_hdrs1)

prt.write("\nPLOT DAG\n")
GrouperPlot(grprobj1).plot_grouped_gos()
# prt.write("\nPLOT DAG\n")
# GrouperPlot(grprobj1).plot_grouped_gos()

# GO:0099536 was a "middle" term (neither usrgo, not hdrgo) in run0, but is a hdrgo in run1

Expand Down

0 comments on commit 8baf055

Please sign in to comment.