Spaces:
Running
Running
Commit
·
de147c9
1
Parent(s):
bb9a4cb
Update code/pdb_featureVector.py
Browse files
code/pdb_featureVector.py
CHANGED
@@ -1696,4 +1696,4 @@ def pdb(input_set, mode, impute):
|
|
1696 |
hours, rem = divmod(end - start, 3600)
|
1697 |
minutes, seconds = divmod(rem, 60)
|
1698 |
print("Time passed: {:0>2}:{:0>2}:{:05.2f}".format(int(hours), int(minutes), seconds))
|
1699 |
-
return ready
|
|
|
1696 |
hours, rem = divmod(end - start, 3600)
|
1697 |
minutes, seconds = divmod(rem, 60)
|
1698 |
print("Time passed: {:0>2}:{:0>2}:{:05.2f}".format(int(hours), int(minutes), seconds))
|
1699 |
+
return ready#
|