DevDogs-UGA / Optimal-Schedule-Builder

DevDogs' inaugural, 2024-2025 project: an optimal schedule-building website for UGA students.
13 stars 71 forks source link

Fixed the math error in testComputeAverageProfessorQuality() method in ScheduleUtilTest.java. #389

Open Garrett-M-code opened 4 days ago

Garrett-M-code commented 4 days ago

When calculating the expected average, I originally made a math mistake. This has been fixed for the first valid schedule and should ensure all tests in testComputeAverageProfessorQuality() work.