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

feat: Evaluate missing splits #1525

Merged
merged 7 commits into from
Nov 29, 2024
Merged

feat: Evaluate missing splits #1525

merged 7 commits into from
Nov 29, 2024

Commits on Nov 26, 2024

  1. fix: evaluate missing splits (#1268)

    * implement partial evaluation for missing splits
    
    * lint
    
    * requested changes done from scratch
    
    * test for missing split evaluation added
    
    * uncomment test
    
    * lint
    
    * avoid circular import
    
    * use TaskResult
    
    * skip tests for now
    
    ---------
    
    Co-authored-by: Isaac Chung <[email protected]>
    thivyanth and isaac-chung authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    2f42162 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    e53a359 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. tests passing

    isaac-chung committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    d1bb5a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. address review comments

    isaac-chung committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    eae6e24 View commit details
    Browse the repository at this point in the history
  2. make lint

    isaac-chung committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    f3d2f4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47b7747 View commit details
    Browse the repository at this point in the history
  4. use new results info

    isaac-chung committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    ffd481d View commit details
    Browse the repository at this point in the history