diff --git a/nf1/__init__.py b/nf1/__init__.py index 6f4c3fb..760ac68 100644 --- a/nf1/__init__.py +++ b/nf1/__init__.py @@ -1,2 +1,3 @@ -from NF1_class import NF1 -from F1_communities import F1_communities as NF1main +from .NF1_class import NF1 +from .F1_communities import F1_communities as NF1main + diff --git a/test/__init__.py b/nf1/test/__init__.py similarity index 100% rename from test/__init__.py rename to nf1/test/__init__.py diff --git a/test/nf1_test.py b/nf1/test/nf1_test.py similarity index 99% rename from test/nf1_test.py rename to nf1/test/nf1_test.py index 433bd2d..6640298 100644 --- a/test/nf1_test.py +++ b/nf1/test/nf1_test.py @@ -12,7 +12,6 @@ def test_nf1(self): res = nf.summary() self.assertEqual(len(res), 2) - def test_file(self): coms = [(1, 2, 3), (4, 5, 6), (7, 8, 9)] with open("test.txt", "w") as o: