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

Handle task weights #2741

Closed
wants to merge 8 commits into from

Commits on May 27, 2024

  1. change: gen_tasks_from_base_classes returns a mapping from TaskSet or…

    … function to numeric weight
    bakhtos committed May 27, 2024
    Configuration menu
    Copy the full SHA
    3e5efa8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca05b26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7e6f5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e152ef8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a149e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ecb1f2 View commit details
    Browse the repository at this point in the history
  7. refactor: remove DefaultTaskSet class, User now stores a TaskSet

    TaskSet has a boolean field noting if it is being used as DefaultTaskSet or not
    Check of empty tasks attribute is performed at __init__ and not on every call to gen_next_task
    bakhtos committed May 27, 2024
    Configuration menu
    Copy the full SHA
    6889806 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    28bec9a View commit details
    Browse the repository at this point in the history