-
Notifications
You must be signed in to change notification settings - Fork 24
/
sympy__sympy-23262.gpt-4-0125-preview.eval.log
202 lines (189 loc) · 8.97 KB
/
sympy__sympy-23262.gpt-4-0125-preview.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
[sympy__sympy__1.11] [sympy__sympy-23262] Task Metadata:
- Instance ID: sympy__sympy-23262
- Testbed: sympy__sympy__1.11
-
- Evaluation Model: gpt-4-0125-preview
[sympy__sympy__1.11] [sympy__sympy-23262] Command: git -c advice.detachedHead=false checkout fdc707f73a65a429935c01532cd3970d3355eab6
[sympy__sympy__1.11] [sympy__sympy-23262] Subprocess args: {"cwd": "/home/swe-bench/sympy__sympy", "check": true, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[sympy__sympy__1.11] [sympy__sympy-23262] Std. Output:
Previous HEAD position was 9a6104eab0 Merge pull request #23735 from mkoeppe/ci_sage_2022_07_06
HEAD is now at fdc707f73a Merge pull request #23217 from oscarbenjamin/pr_unpickling_unyt
[sympy__sympy__1.11] [sympy__sympy-23262] Return Code: 0
[sympy__sympy__1.11] [sympy__sympy-23262] Command: git apply -v /home/swe-bench/temp_sympy__sympy-23262_pred_try.patch
[sympy__sympy__1.11] [sympy__sympy-23262] Subprocess args: {"cwd": "/home/swe-bench/sympy__sympy", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[sympy__sympy__1.11] [sympy__sympy-23262] Std. Output:
Checking patch sympy/printing/pycode.py...
Applied patch sympy/printing/pycode.py cleanly.
[sympy__sympy__1.11] [sympy__sympy-23262] Return Code: 0
[sympy__sympy__1.11] [sympy__sympy-23262] Apply patch successful (pred_try)
>>>>> Applied Patch (pred_try)
[sympy__sympy__1.11] [sympy__sympy-23262] Command: git apply -v -R /home/swe-bench/temp_sympy__sympy-23262_pred_try.patch
[sympy__sympy__1.11] [sympy__sympy-23262] Subprocess args: {"cwd": "/home/swe-bench/sympy__sympy", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[sympy__sympy__1.11] [sympy__sympy-23262] Std. Output:
Checking patch sympy/printing/pycode.py...
Applied patch sympy/printing/pycode.py cleanly.
[sympy__sympy__1.11] [sympy__sympy-23262] Return Code: 0
[sympy__sympy__1.11] [sympy__sympy-23262] Revert patch successful (pred_try)
>>>>> Applied Patch (pred_try)
[sympy__sympy__1.11] [sympy__sympy-23262] Command: git apply -v /home/swe-bench/temp_sympy__sympy-23262_pred.patch
[sympy__sympy__1.11] [sympy__sympy-23262] Subprocess args: {"cwd": "/home/swe-bench/sympy__sympy", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[sympy__sympy__1.11] [sympy__sympy-23262] Std. Output:
Checking patch sympy/printing/pycode.py...
Applied patch sympy/printing/pycode.py cleanly.
[sympy__sympy__1.11] [sympy__sympy-23262] Return Code: 0
[sympy__sympy__1.11] [sympy__sympy-23262] Apply patch successful (pred)
>>>>> Applied Patch (pred)
[sympy__sympy__1.11] [sympy__sympy-23262] Command: git restore sympy/utilities/tests/test_lambdify.py
[sympy__sympy__1.11] [sympy__sympy-23262] Subprocess args: {"cwd": "/home/swe-bench/sympy__sympy", "check": true, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[sympy__sympy__1.11] [sympy__sympy-23262] Std. Output:
[sympy__sympy__1.11] [sympy__sympy-23262] Return Code: 0
[sympy__sympy__1.11] [sympy__sympy-23262] Command: git apply -v /home/swe-bench/temp_sympy__sympy-23262_test.patch
[sympy__sympy__1.11] [sympy__sympy-23262] Subprocess args: {"cwd": "/home/swe-bench/sympy__sympy", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[sympy__sympy__1.11] [sympy__sympy-23262] Std. Output:
Checking patch sympy/utilities/tests/test_lambdify.py...
Applied patch sympy/utilities/tests/test_lambdify.py cleanly.
[sympy__sympy__1.11] [sympy__sympy-23262] Return Code: 0
[sympy__sympy__1.11] [sympy__sympy-23262] Apply patch successful (test)
>>>>> Applied Patch (test)
Test Script: conda run -n sympy__sympy__1.11 bin/test -C --verbose sympy/utilities/tests/test_lambdify.py;
[sympy__sympy__1.11] [sympy__sympy-23262] Command: conda run -n sympy__sympy__1.11 bin/test -C --verbose sympy/utilities/tests/test_lambdify.py
[sympy__sympy__1.11] [sympy__sympy-23262] Subprocess args: {"cwd": "/home/swe-bench/sympy__sympy", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2, "timeout": 1800}
[sympy__sympy__1.11] [sympy__sympy-23262] Std. Output:
ERROR conda.cli.main_run:execute(124): `conda run bin/test -C --verbose sympy/utilities/tests/test_lambdify.py` failed. (See above for error)
============================= test process starts ==============================
executable: /home/swe-bench/miniconda3/envs/sympy__sympy__1.11/bin/python (3.9.19-final-0) [CPython]
architecture: 64-bit
cache: no
ground types: python
numpy: None
random seed: 53317370
hash randomization: on (PYTHONHASHSEED=926551452)
sympy/utilities/tests/test_lambdify.py[117]
test_no_args ok
test_single_arg ok
test_list_args ok
test_nested_args ok
test_str_args ok
test_own_namespace_1 ok
test_own_namespace_2 ok
test_own_module ok
test_bad_args ok
test_atoms ok
test_sympy_lambda ok
test_math_lambda ok
test_mpmath_lambda ok
test_number_precision ok
test_mpmath_precision ok
test_math_transl ok
test_mpmath_transl ok
test_numpy_transl numpy not installed. s
test_scipy_transl scipy not installed. s
test_numpy_translation_abs numpy not installed. s
test_numexpr_printer numexpr not installed. s
test_issue_9334 numexpr not installed. s
test_issue_12984 numexpr not installed. s
test_empty_modules ok
test_exponentiation ok
test_sqrt ok
test_trig ok
test_integral ok
test_double_integral ok
test_vector_simple ok
test_vector_discontinuous ok
test_trig_symbolic ok
test_trig_float ok
test_docs ok
test_math ok
test_sin ok
test_matrix ok
test_numpy_matrix numpy not installed. s
test_numpy_transpose numpy not installed. s
test_numpy_dotproduct numpy not installed s
test_numpy_inverse numpy not installed. s
test_numpy_old_matrix numpy not installed. s
test_scipy_sparse_matrix scipy not installed. s
test_python_div_zero_issue_11306 numpy not installed. s
test_issue9474 ok
test_issue_9871 numexpr not installed. s
test_numpy_piecewise numpy not installed. s
test_numpy_logical_ops numpy not installed. s
test_numpy_matmul numpy not installed. s
test_numpy_numexpr numpy not installed. s
test_numexpr_userfunctions numpy not installed. s
test_tensorflow_basic_math tensorflow not installed. s
test_tensorflow_placeholders tensorflow not installed. s
test_tensorflow_variables tensorflow not installed. s
test_tensorflow_logical_operations tensorflow not installed. s
test_tensorflow_piecewise tensorflow not installed. s
test_tensorflow_multi_max tensorflow not installed. s
test_tensorflow_multi_min tensorflow not installed. s
test_tensorflow_relational tensorflow not installed. s
test_tensorflow_complexes tensorflow not installed s
test_tensorflow_array_arg tensorflow not installed. s
test_sym_single_arg ok
test_sym_list_args ok
test_sym_integral ok
test_namespace_order ok
test_imps ok
test_imps_errors ok
test_imps_wrong_args ok
test_lambdify_imps ok
test_dummification ok
test_curly_matrix_symbol ok
test_python_keywords ok
test_lambdify_docstring ok
test_special_printers ok
test_true_false ok
test_issue_2790 ok
test_issue_12092 ok
test_issue_14911 ok
test_ITE ok
test_Min_Max ok
test_Indexed numpy not installed s
test_issue_12173 ok
test_issue_13642 numpy not installed s
test_sinc_mpmath ok
test_lambdify_dummy_arg ok
test_lambdify_mixed_symbol_dummy_args ok
test_numpy_array_arg numpy not installed s
test_scipy_fns scipy not installed s
test_scipy_polys scipy not installed s
test_lambdify_inspect ok
test_issue_14941 F
test_lambdify_Derivative_arg_issue_16468 ok
test_imag_real ok
test_MatrixSymbol_issue_15578 numpy not installed s
test_issue_15654 scipy not installed s
test_issue_15827 numpy not installed s
test_issue_16930 scipy not installed s
test_issue_17898 scipy not installed s
test_issue_13167_21411 numpy not installed s
test_single_e ok
test_issue_16536 scipy not installed s
test_issue_22726 numpy not installed s
test_issue_22739 numpy not installed s
test_issue_19764 numpy not installed s
test_issue_20070 numba not installed s
test_fresnel_integrals_scipy scipy not installed s
test_beta_scipy scipy not installed s
test_beta_math ok
test_betainc_scipy scipy not installed s
test_betainc_regularized_scipy scipy not installed s
test_numpy_special_math numpy not installed s
test_scipy_special_math scipy not installed s
test_cupy_array_arg CuPy not installed s
test_cupy_array_arg_using_numpy CuPy not installed s
test_cupy_dotproduct CuPy not installed s
test_lambdify_cse ok
test_deprecated_set ok [FAIL]
________________________________________________________________________________
___________ sympy/utilities/tests/test_lambdify.py:test_issue_14941 ____________
Traceback (most recent call last):
File "/home/swe-bench/sympy__sympy/sympy/utilities/tests/test_lambdify.py", line 1196, in test_issue_14941
assert f2b() == (1,)
AssertionError
======= tests finished: 62 passed, 1 failed, 54 skipped, in 3.85 seconds =======
DO *NOT* COMMIT!
[sympy__sympy__1.11] [sympy__sympy-23262] Return Code: 1
>>>>> Some Tests Failed
[sympy__sympy__1.11] [sympy__sympy-23262] Test script run successful