Skip to content

Commit

Permalink
Merge pull request #25 from lekanteto/main
Browse files Browse the repository at this point in the history
update grade mapping to be similar to mapping in kilterboard app
  • Loading branch information
lemeryfertitta authored Mar 13, 2024
2 parents 8604f4a + af57e70 commit 398c633
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 398c633

Please sign in to comment.