Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: assign less than min threshold students to previous center #51

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Apr 24, 2024

  1. refactor: assign less than min threshold students to previous center

    Abstracts the center allocation to a separate function
    Assigns the remaining students to previous center if the remainder is less than minimum threshold
    ashiishme committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    719f01c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e88f0f View commit details
    Browse the repository at this point in the history
  3. refactor: remove debug logs

    ashiishme committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d42d315 View commit details
    Browse the repository at this point in the history