Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brownsarahm committed Apr 17, 2024
1 parent d739090 commit 01b965d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cspt/grade_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'unstuck': 0,
'descriptive': 0,
'early': 0,
'question':10 }
'question':0 }

bonus_criteria = {'participation_bonus': lambda r: int(r['experience'] >=exp_thresh),
'lab_bonus': lambda r: int(r['lab'] >=13),
Expand Down

0 comments on commit 01b965d

Please sign in to comment.