Skip to content

Commit 10697da

Browse files
committed
Storing times to build scores, (clearing old scores)
1 parent 8c56cb7 commit 10697da

File tree

12 files changed

+22
-782570
lines changed

12 files changed

+22
-782570
lines changed

src/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77

88
def procedure(name, weight=1, monitor=None, debug=True):
9+
timer = None
910
if debug:
1011
timer = Timer('Fetching Variables')
1112
data = BNSearch(name)

0 commit comments

Comments
 (0)