From b2812840d4815610a5253638cf0c471624a943c3 Mon Sep 17 00:00:00 2001 From: Tue Herlau <tuhe@win.dtu.dk> Date: Wed, 13 Jan 2021 21:26:22 +0100 Subject: [PATCH] 2021 coming up --- unitgrade/unitgrade_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unitgrade/unitgrade_helpers.py b/unitgrade/unitgrade_helpers.py index c19e5cc..ed2c391 100644 --- a/unitgrade/unitgrade_helpers.py +++ b/unitgrade/unitgrade_helpers.py @@ -134,7 +134,7 @@ def evaluate_report(report, question=None, qitem=None, passall=False, verbose=Fa start = time.time() (current, possible) = item.get_points(show_expected=show_expected, show_computed=show_computed,unmute=unmute, passall=passall) q_[j] = {'w': iw, 'possible': possible, 'obtained': current, 'hidden': hidden, 'computed': str(item._computed_answer)} - tsecs = np.round(time.time-start, 2) + tsecs = np.round(time.time()-start, 2) # q.possible += possible * iw # q.obtained += current * iw -- GitLab