Skip to content

Commit

Permalink
corrects data file path
Browse files Browse the repository at this point in the history
  • Loading branch information
kodymoodley committed Dec 28, 2023
1 parent 83ef307 commit 168ca33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class TestOWSNDSGDepParser(WidgetTest):
def setUp(self):
self.widget = self.create_widget(OWSNActorAnalysis)
self.widget.corpus = Corpus.from_file('storynavigator-testdata')
self.widget.corpus = Corpus.from_file('/home/runner/work/orange-story-navigator/orange-story-navigator/orangecontrib/storynavigation/tests/storynavigator-testdata.tab')
self.send_signal(self.widget.Inputs.corpus, self.widget.corpus)
# self.small_undir = _create_net(((0, 1, 1.0), (0, 2, 1.0), (1, 2, 1.0), (2, 3, 1.0)), n=5)
# self.small_dir = _create_net(((0, 1, 1.0), (0, 2, 1.0), (1, 2, 1.0), (2, 3, 1.0)), n=5, directed=True)
Expand Down

0 comments on commit 168ca33

Please sign in to comment.