Skip to content

Commit a905640

Browse files
author
mb3152
committed
good array of tests now in place
1 parent 937d99e commit a905640

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

brainx/tests/test_nodal_roles.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#test nodal roles
22
import unittest
33
import networkx as nx
4-
import nodal_roles as nr
5-
import weighted_modularity as wm
4+
from .. import nodal_roles as nr
5+
from .. import weighted_modularity as wm
66

77
class TestNodalRoles(unittest.TestCase):
88
def test_participation_coefficient_edgeless(self):

0 commit comments

Comments
 (0)