Skip to content

Commit

Permalink
feat: 기준 점수 하향
Browse files Browse the repository at this point in the history
  • Loading branch information
DWL21 committed Feb 12, 2025
1 parent af4761f commit 74b3b3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class CoursesFactory(
private val values: List<Courses>,
) {
companion object {
private const val MAX_RATING = 80.0
private const val MAX_RATING = 70.0
}

fun generateTimetableCandidates(): List<Courses> {
Expand Down

0 comments on commit 74b3b3d

Please sign in to comment.