Skip to content

Commit 04607a7

Browse files
authored
Merge pull request #115 from insertcustomname/patch-2
Remove 0.25 weighting
2 parents 74e6be6 + 490eaf4 commit 04607a7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/js/helpers.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ function calculate_gpa (courses) {
126126
return 0;
127127
}
128128
if (/^(AP |AT )/.test(course_name)) {
129-
if (course_name.substring(course_name.length - 1) === '.') {
130-
return 0.25;
131-
}
132129
return 0.5;
133130
}
134131
return 0;

0 commit comments

Comments
 (0)