-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathscikit-learn__scikit-learn-13439.SWE-bench_Lite_golden.eval.log
119 lines (107 loc) · 8.76 KB
/
scikit-learn__scikit-learn-13439.SWE-bench_Lite_golden.eval.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Task Metadata:
- Instance ID: scikit-learn__scikit-learn-13439
- Testbed: scikit-learn__scikit-learn__0.21
- Evaluation Model: SWE-bench_Lite_golden
- Python version: Python 3.6.15
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Command: git -c advice.detachedHead=false checkout a62775e99f2a5ea3d51db7160fad783f6cd8a4c5
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Subprocess args: {"cwd": "/opt/scikit-learn__scikit-learn", "check": true, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Std. Output:
HEAD is now at a62775e99 DOC Add scoring metric info in cross_val_score (#13445)
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Return Code: 0
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Command: git apply -v /opt/temp_scikit-learn__scikit-learn-13439_pred_try.patch
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Subprocess args: {"cwd": "/opt/scikit-learn__scikit-learn", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Std. Output:
Checking patch sklearn/pipeline.py...
Applied patch sklearn/pipeline.py cleanly.
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Return Code: 0
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Apply patch successful (pred_try)
>>>>> Applied Patch (pred_try)
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Command: git apply -v -R /opt/temp_scikit-learn__scikit-learn-13439_pred_try.patch
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Subprocess args: {"cwd": "/opt/scikit-learn__scikit-learn", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Std. Output:
Checking patch sklearn/pipeline.py...
Applied patch sklearn/pipeline.py cleanly.
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Return Code: 0
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Revert patch successful (pred_try)
>>>>> Applied Patch (pred_try)
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Command: git apply -v /opt/temp_scikit-learn__scikit-learn-13439_pred.patch
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Subprocess args: {"cwd": "/opt/scikit-learn__scikit-learn", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Std. Output:
Checking patch sklearn/pipeline.py...
Applied patch sklearn/pipeline.py cleanly.
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Return Code: 0
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Apply patch successful (pred)
>>>>> Applied Patch (pred)
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Command: git restore sklearn/tests/test_pipeline.py
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Subprocess args: {"cwd": "/opt/scikit-learn__scikit-learn", "check": true, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Std. Output:
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Return Code: 0
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Command: git apply -v /opt/temp_scikit-learn__scikit-learn-13439_test.patch
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Subprocess args: {"cwd": "/opt/scikit-learn__scikit-learn", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Std. Output:
Checking patch sklearn/tests/test_pipeline.py...
Applied patch sklearn/tests/test_pipeline.py cleanly.
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Return Code: 0
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Apply patch successful (test)
>>>>> Applied Patch (test)
Test Script: pytest -rA --tb=no -p no:cacheprovider sklearn/tests/test_pipeline.py;
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Command: pytest -rA --tb=no -p no:cacheprovider sklearn/tests/test_pipeline.py
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Subprocess args: {"cwd": "/opt/scikit-learn__scikit-learn", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2, "timeout": 900}
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Std. Output:
============================= test session starts ==============================
platform linux -- Python 3.6.15, pytest-4.5.0, py-1.11.0, pluggy-0.13.1
rootdir: /opt/scikit-learn__scikit-learn, inifile: setup.cfg
collected 41 items
sklearn/tests/test_pipeline.py ......................................... [100%]
=============================== warnings summary ===============================
sklearn/tests/test_pipeline.py::test_pipeline_memory
sklearn/tests/test_pipeline.py::test_pipeline_memory
/opt/scikit-learn__scikit-learn/sklearn/externals/joblib/numpy_pickle.py:104: DeprecationWarning: tostring() is deprecated. Use tobytes() instead.
pickler.file_handle.write(chunk.tostring('C'))
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=========================== short test summary info ============================
PASSED sklearn/tests/test_pipeline.py::test_pipeline_init
PASSED sklearn/tests/test_pipeline.py::test_pipeline_init_tuple
PASSED sklearn/tests/test_pipeline.py::test_pipeline_methods_anova
PASSED sklearn/tests/test_pipeline.py::test_pipeline_fit_params
PASSED sklearn/tests/test_pipeline.py::test_pipeline_sample_weight_supported
PASSED sklearn/tests/test_pipeline.py::test_pipeline_sample_weight_unsupported
PASSED sklearn/tests/test_pipeline.py::test_pipeline_raise_set_params_error
PASSED sklearn/tests/test_pipeline.py::test_pipeline_methods_pca_svm
PASSED sklearn/tests/test_pipeline.py::test_pipeline_methods_preprocessing_svm
PASSED sklearn/tests/test_pipeline.py::test_fit_predict_on_pipeline
PASSED sklearn/tests/test_pipeline.py::test_fit_predict_on_pipeline_without_fit_predict
PASSED sklearn/tests/test_pipeline.py::test_fit_predict_with_intermediate_fit_params
PASSED sklearn/tests/test_pipeline.py::test_predict_with_predict_params
PASSED sklearn/tests/test_pipeline.py::test_feature_union
PASSED sklearn/tests/test_pipeline.py::test_make_union
PASSED sklearn/tests/test_pipeline.py::test_make_union_kwargs
PASSED sklearn/tests/test_pipeline.py::test_pipeline_transform
PASSED sklearn/tests/test_pipeline.py::test_pipeline_fit_transform
PASSED sklearn/tests/test_pipeline.py::test_pipeline_slice
PASSED sklearn/tests/test_pipeline.py::test_pipeline_index
PASSED sklearn/tests/test_pipeline.py::test_set_pipeline_steps
PASSED sklearn/tests/test_pipeline.py::test_pipeline_named_steps
PASSED sklearn/tests/test_pipeline.py::test_pipeline_correctly_adjusts_steps[None]
PASSED sklearn/tests/test_pipeline.py::test_pipeline_correctly_adjusts_steps[passthrough]
PASSED sklearn/tests/test_pipeline.py::test_set_pipeline_step_passthrough[None]
PASSED sklearn/tests/test_pipeline.py::test_set_pipeline_step_passthrough[passthrough]
PASSED sklearn/tests/test_pipeline.py::test_pipeline_ducktyping
PASSED sklearn/tests/test_pipeline.py::test_make_pipeline
PASSED sklearn/tests/test_pipeline.py::test_feature_union_weights
PASSED sklearn/tests/test_pipeline.py::test_feature_union_parallel
PASSED sklearn/tests/test_pipeline.py::test_feature_union_feature_names
PASSED sklearn/tests/test_pipeline.py::test_classes_property
PASSED sklearn/tests/test_pipeline.py::test_set_feature_union_steps
PASSED sklearn/tests/test_pipeline.py::test_set_feature_union_step_drop[drop]
PASSED sklearn/tests/test_pipeline.py::test_set_feature_union_step_drop[None]
PASSED sklearn/tests/test_pipeline.py::test_step_name_validation
PASSED sklearn/tests/test_pipeline.py::test_set_params_nested_pipeline
PASSED sklearn/tests/test_pipeline.py::test_pipeline_wrong_memory
PASSED sklearn/tests/test_pipeline.py::test_pipeline_with_cache_attribute
PASSED sklearn/tests/test_pipeline.py::test_pipeline_memory
PASSED sklearn/tests/test_pipeline.py::test_make_pipeline_memory
==================== 41 passed, 2 warnings in 1.71 seconds =====================
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Return Code: 0
>>>>> All Tests Passed
[scikit-learn__scikit-learn__0.21] [scikit-learn__scikit-learn-13439] Test script run successful