- 07 Feb, 2023 1 commit
-
-
Colin Macdonald authored
-
- 06 Feb, 2023 2 commits
-
-
Colin Macdonald authored
-
Colin Macdonald authored
-
- 05 Feb, 2023 1 commit
-
-
Colin Macdonald authored
-
- 04 Feb, 2023 2 commits
-
-
Colin Macdonald authored
"Source images" not sources of the images.
-
Colin Macdonald authored
client: experimental is persistent in one session Closes #2500 See merge request !1775
-
- 03 Feb, 2023 10 commits
-
-
Colin Macdonald authored
We need to keep an instance variable to the checkbox so we can uncheck it again if they say "no". Boo, instance variables are bad, but at least its an underscore one...
-
Colin Macdonald authored
-
Colin Macdonald authored
-
Colin Macdonald authored
-
Colin Macdonald authored
Also, bring back "view cat" behind that toggle. Fixes #2500.
-
Colin Macdonald authored
-
Colin Macdonald authored
Fix crash when updating rubrics Closes #2508 See merge request !1782
-
Colin Macdonald authored
-
Colin Macdonald authored
Fixes #2508.
-
Colin Macdonald authored
-
- 01 Feb, 2023 9 commits
-
-
Edith Coates authored
Some small fixes to WebPlom annotations See merge request !1781
-
Edith Coates authored
-
Edith Coates authored
-
Colin Macdonald authored
demo: GLOBIGNORE wasn't working See merge request !1780
-
Colin Macdonald authored
-
Colin Macdonald authored
-
Edith Coates authored
WebPlom annotations See merge request !1756
-
Edith Coates authored
-
Edith Coates authored
-
- 31 Jan, 2023 7 commits
-
-
Colin Macdonald authored
Capture the list of files and filter out with grep.
-
Colin Macdonald authored
-
Colin Macdonald authored
-
Colin Macdonald authored
-
Colin Macdonald authored
-
Colin Macdonald authored
-
Edith Coates authored
-
- 30 Jan, 2023 7 commits
-
-
Edith Coates authored
-
Edith Coates authored
-
Edith Coates authored
django: Implement marking progress API See merge request !1769
-
Edith Coates authored
-
Colin Macdonald authored
Calculate certainties for LAP predictions Closes #2440 See merge request !1776
-
Natalie Balashov authored
Test was failing because the cost_matrix -> probabilities argument change was not reflected in test_IDreader.py
-
Natalie Balashov authored
-
- 29 Jan, 2023 1 commit
-
-
Natalie Balashov authored
Fixes #2440 Certainty is calculated as the average of the digit probabilities of the student ID number selected by the LAP solver. Thus, when LAP matches Greedy, the certainties are the same, otherwise they differ. The assemble_cost_matrix() is a helper function, so its invocation was moved inside of lap_solver() in assign_prob.py, since lap_solver() needs the heatmap probabilities as an argument for the certainty calculations.
-