Skip to content

Commit

Permalink
⬆️ refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed Jun 26, 2020
1 parent 5180ef5 commit 6995024
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions 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

File renamed without changes.
1 change: 0 additions & 1 deletion test/nf1_test.py → nf1/test/nf1_test.py
Expand Up @@ -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:
Expand Down

0 comments on commit 6995024

Please sign in to comment.