Skip to content

Commit

Permalink
dd
Browse files Browse the repository at this point in the history
  • Loading branch information
kodymoodley committed Dec 28, 2023
1 parent 5bf6e1d commit 83ef307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import unittest
# import scipy.sparse as sp

from ..widgets.OWSNNarrativeNetwork import OWSNNarrativeNetwork
from widgets.OWSNNarrativeNetwork import OWSNNarrativeNetwork
from orangewidget.tests.base import WidgetTest

class TestOWSNNarrativeNetwork(WidgetTest):
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import unittest
from ..widgets.OWSNActorAnalysis import OWSNActorAnalysis
from widgets.OWSNActorAnalysis import OWSNActorAnalysis
from orangewidget.tests.base import WidgetTest
from orangecontrib.text.corpus import Corpus

Expand Down

0 comments on commit 83ef307

Please sign in to comment.