Skip to content

Commit

Permalink
adjust for no PR in lab0
Browse files Browse the repository at this point in the history
  • Loading branch information
brownsarahm committed Apr 17, 2024
1 parent 01b965d commit 0574afa
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 @@ -23,7 +23,7 @@
'question':0 }

bonus_criteria = {'participation_bonus': lambda r: int(r['experience'] >=exp_thresh),
'lab_bonus': lambda r: int(r['lab'] >=13),
'lab_bonus': lambda r: int(r['lab'] >=12),
'breadth_bonus': lambda r: int(r['review'] + r['practice']>=rp_thresh),
'community_bonus': lambda r: int(r['community']>=10),
'unstuck_bonus': lambda r: r['unstuck'],
Expand Down

0 comments on commit 0574afa

Please sign in to comment.