Skip to content

Commit

Permalink
update grade mapping to be similar to mapping in kilterboard app
Browse files Browse the repository at this point in the history
  • Loading branch information
lekanteto committed Mar 12, 2024
1 parent 8604f4a commit af57e70
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/boardlib/util/grades.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"7B+": "V8",
"7C": "V9",
"7C+": "V10",
"8A": "V9",
"8A+": "V10",
"8B": "V11",
"8B+": "V12",
"8C": "V13",
"8C+": "V14",
"9A": "V15",
"8A": "V11",
"8A+": "V12",
"8B": "V13",
"8B+": "V14",
"8C": "V15",
"8C+": "V16",
"9A": "V17",
}

0 comments on commit af57e70

Please sign in to comment.