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

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
CunliangGeng committed Oct 8, 2019
1 parent 36161c8 commit f6eebca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions deeprank/features/FullPSSM.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import os
import sys
import warnings

import numpy as np
Expand Down Expand Up @@ -287,7 +286,7 @@ def __compute_feature__(pdb_data, featgrp, featgrp_raw, out_type='pssmvalue'):
pssm.read_PSSM_data()
pssm.get_feature_value()

# pprint(pssm.feature_data)
pprint(pssm.feature_data)
print()
# pprint(pssm.feature_data_xyz)
pprint(pssm.feature_data_xyz)
print(' Time %f ms' % ((time() - t0) * 1000))

0 comments on commit f6eebca

Please sign in to comment.