Skip to content

Commit

Permalink
Merge a1300b2 into 7733039
Browse files Browse the repository at this point in the history
  • Loading branch information
vidarmehr committed May 7, 2020
2 parents 7733039 + a1300b2 commit 731aa39
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 1,382 deletions.
82 changes: 0 additions & 82 deletions generate_hn2v_input_file.py

This file was deleted.

104 changes: 0 additions & 104 deletions het_link_prediction.py

This file was deleted.

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 731aa39

Please sign in to comment.