Skip to content

Commit

Permalink
delete csf_graph_tf.py and edit tests according to it
Browse files Browse the repository at this point in the history
  • Loading branch information
vidarmehr committed May 7, 2020
1 parent 0d87b35 commit bdcd238
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 519 deletions.
2 changes: 1 addition & 1 deletion tests/test_csf_graph_tf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from unittest import TestCase

from xn2v.csf_graph.csf_graph_tf import CSFGraph, CSFGraphNoSubjectColumnError, \
from xn2v.csf_graph.csf_graph import CSFGraph, CSFGraphNoSubjectColumnError, \
CSFGraphNoObjectColumnError
from tests.utils.utils import gets_tensor_length, searches_tensor

Expand Down
2 changes: 1 addition & 1 deletion tests/test_unweighted_csf_graph_tf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from unittest import TestCase

from xn2v.csf_graph.csf_graph_tf import CSFGraph
from xn2v.csf_graph.csf_graph import CSFGraph
from tests.utils.utils import gets_tensor_length, searches_tensor


Expand Down
Loading

0 comments on commit bdcd238

Please sign in to comment.