Skip to content
Snippets Groups Projects
Commit b2812840 authored by Tue Herlau's avatar Tue Herlau
Browse files

2021 coming up

parent 5a3ac0ad
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment