Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
fix import and uncomment tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoRenaud committed Apr 10, 2020
1 parent ffc29f4 commit 1c35cb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion deeprank/features/FeatureClass.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import numpy as np
import warnings

class FeatureClass(object):

Expand Down
12 changes: 6 additions & 6 deletions test/test_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,9 @@ def test_7_realign(self):
# unittest.main()
inst = TestGenerateData()
inst.test_1_generate()
# inst.test_1_generate_mapfly()
# inst.test_3_add_unique_target()
# inst.test_4_add_feature()
# inst.test_5_align()
# inst.test_6_align_interface()
# inst.test_7_realign()
inst.test_1_generate_mapfly()
inst.test_3_add_unique_target()
inst.test_4_add_feature()
inst.test_5_align()
inst.test_6_align_interface()
inst.test_7_realign()

0 comments on commit 1c35cb7

Please sign in to comment.