Skip to content

Commit

Permalink
show finished duration for eval each notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang committed Jan 21, 2020
1 parent 1cde5b0 commit 99e9a53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions d2lbook/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def eval(self):
run_cells = self.config.build['eval_notebook'].lower()
process_and_eval_notebook(src, tgt, run_cells=='true')
tok = datetime.datetime.now()
logging.info('Finished in %s', get_time_diff(tik, tok))

for src, tgt in updated_markdowns:
logging.info('Copying %s to %s', src, tgt)
Expand Down

0 comments on commit 99e9a53

Please sign in to comment.