"vscode:/vscode.git/clone" did not exist on "5f174c07e2e44a56aabb841ad2004c0dc1aacd50"
  • Nicolas Patry's avatar
    Fixing a regression with `return_all_scores` introduced in #17606 (#17906) · 776855c7
    Nicolas Patry authored
    Fixing a regression with `return_all_scores` introduced in #17606
    
    - The legacy test actually tested `return_all_scores=False` (the actual
      default) instead of `return_all_scores=True` (the actual weird case).
    
    This commit adds the correct legacy test and fixes it.
    
    Tmp legacy tests.
    
    Actually fix the regression (also contains lists)
    
    Less diffed code.
    776855c7
test_pipelines_text_classification.py 7.88 KB