Skip to content

Commit

Permalink
fake fix TU
Browse files Browse the repository at this point in the history
  • Loading branch information
trolldbois committed Aug 16, 2017
1 parent c5c0413 commit fe094ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ networkx
numpy
python-Levenshtein
six==1.10.0
matplotlib
matplotlib
pygraphviz
4 changes: 2 additions & 2 deletions test/haystack/reverse/heuristics/test_reversers.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from haystack.mappings import folder

import reverse.heuristics.graph
from haystack.reverse.heuristics import graph
from haystack import constraints
from haystack.reverse import config
from haystack.reverse import context
Expand Down Expand Up @@ -675,7 +675,7 @@ def _v(self, record):

def test_graph(self):
log.debug('Reversing PointerGraph')
ptrgraph = reverse.heuristics.graph.PointerGraphReverser(self.memory_handler)
ptrgraph = graph.PointerGraphReverser(self.memory_handler)
ptrgraph.reverse()


Expand Down

0 comments on commit fe094ee

Please sign in to comment.