-
Notifications
You must be signed in to change notification settings - Fork 23
/
sympy__sympy-12171.SWE-bench_Lite_golden.eval.log
95 lines (81 loc) · 5.96 KB
/
sympy__sympy-12171.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
[sympy__sympy__1.0] [sympy__sympy-12171] Task Metadata:
- Instance ID: sympy__sympy-12171
- Testbed: sympy__sympy__1.0
- Evaluation Model: SWE-bench_Lite_golden
- Python version: Python 3.11.8
[sympy__sympy__1.0] [sympy__sympy-12171] Command: git -c advice.detachedHead=false checkout ca6ef27272be31c9dc3753ede9232c39df9a75d8
[sympy__sympy__1.0] [sympy__sympy-12171] Subprocess args: {"cwd": "/home/swe-bench/sympy__sympy", "check": true, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[sympy__sympy__1.0] [sympy__sympy-12171] Std. Output:
Previous HEAD position was 50b81f9f6b Merge pull request #12656 from asmeurer/python-rational-optimizations
HEAD is now at ca6ef27272 Merge pull request #12195 from kychua/fix-typos
[sympy__sympy__1.0] [sympy__sympy-12171] Return Code: 0
[sympy__sympy__1.0] [sympy__sympy-12171] Command: git apply -v /home/swe-bench/temp_sympy__sympy-12171_pred_try.patch
[sympy__sympy__1.0] [sympy__sympy-12171] Subprocess args: {"cwd": "/home/swe-bench/sympy__sympy", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[sympy__sympy__1.0] [sympy__sympy-12171] Std. Output:
Checking patch sympy/printing/mathematica.py...
Applied patch sympy/printing/mathematica.py cleanly.
[sympy__sympy__1.0] [sympy__sympy-12171] Return Code: 0
[sympy__sympy__1.0] [sympy__sympy-12171] Apply patch successful (pred_try)
>>>>> Applied Patch (pred_try)
[sympy__sympy__1.0] [sympy__sympy-12171] Command: git apply -v -R /home/swe-bench/temp_sympy__sympy-12171_pred_try.patch
[sympy__sympy__1.0] [sympy__sympy-12171] Subprocess args: {"cwd": "/home/swe-bench/sympy__sympy", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[sympy__sympy__1.0] [sympy__sympy-12171] Std. Output:
Checking patch sympy/printing/mathematica.py...
Applied patch sympy/printing/mathematica.py cleanly.
[sympy__sympy__1.0] [sympy__sympy-12171] Return Code: 0
[sympy__sympy__1.0] [sympy__sympy-12171] Revert patch successful (pred_try)
>>>>> Applied Patch (pred_try)
[sympy__sympy__1.0] [sympy__sympy-12171] Command: git apply -v /home/swe-bench/temp_sympy__sympy-12171_pred.patch
[sympy__sympy__1.0] [sympy__sympy-12171] Subprocess args: {"cwd": "/home/swe-bench/sympy__sympy", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[sympy__sympy__1.0] [sympy__sympy-12171] Std. Output:
Checking patch sympy/printing/mathematica.py...
Applied patch sympy/printing/mathematica.py cleanly.
[sympy__sympy__1.0] [sympy__sympy-12171] Return Code: 0
[sympy__sympy__1.0] [sympy__sympy-12171] Apply patch successful (pred)
>>>>> Applied Patch (pred)
[sympy__sympy__1.0] [sympy__sympy-12171] Command: git restore sympy/printing/tests/test_mathematica.py
[sympy__sympy__1.0] [sympy__sympy-12171] Subprocess args: {"cwd": "/home/swe-bench/sympy__sympy", "check": true, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[sympy__sympy__1.0] [sympy__sympy-12171] Std. Output:
[sympy__sympy__1.0] [sympy__sympy-12171] Return Code: 0
[sympy__sympy__1.0] [sympy__sympy-12171] Command: git apply -v /home/swe-bench/temp_sympy__sympy-12171_test.patch
[sympy__sympy__1.0] [sympy__sympy-12171] Subprocess args: {"cwd": "/home/swe-bench/sympy__sympy", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[sympy__sympy__1.0] [sympy__sympy-12171] Std. Output:
Checking patch sympy/printing/tests/test_mathematica.py...
Applied patch sympy/printing/tests/test_mathematica.py cleanly.
[sympy__sympy__1.0] [sympy__sympy-12171] Return Code: 0
[sympy__sympy__1.0] [sympy__sympy-12171] Apply patch successful (test)
>>>>> Applied Patch (test)
Test Script: conda run -n sympy__sympy__1.0 bin/test -C --verbose sympy/printing/tests/test_mathematica.py;
[sympy__sympy__1.0] [sympy__sympy-12171] Command: conda run -n sympy__sympy__1.0 bin/test -C --verbose sympy/printing/tests/test_mathematica.py
[sympy__sympy__1.0] [sympy__sympy-12171] Subprocess args: {"cwd": "/home/swe-bench/sympy__sympy", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2, "timeout": 900}
[sympy__sympy__1.0] [sympy__sympy-12171] Std. Output:
/home/swe-bench/sympy__sympy/sympy/core/basic.py:3: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
from collections import Mapping
/home/swe-bench/sympy__sympy/sympy/plotting/plot.py:28: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
from collections import Callable
/home/swe-bench/sympy__sympy/sympy/core/basic.py:3: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
from collections import Mapping
/home/swe-bench/sympy__sympy/sympy/plotting/plot.py:28: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
from collections import Callable
============================= test process starts ==============================
executable: /home/swe-bench/miniconda3/envs/sympy__sympy__1.0/bin/python (3.7.16-final-0) [CPython]
architecture: 64-bit
cache: no
ground types: python
random seed: 57578733
hash randomization: on (PYTHONHASHSEED=4280530030)
sympy/printing/tests/test_mathematica.py[10]
test_Integer ok
test_Rational ok
test_Function ok
test_Pow ok
test_Mul ok
test_constants ok
test_containers ok
test_Integral ok
test_Derivative ok
test_Sum ok [OK]
================== tests finished: 10 passed, in 0.05 seconds ==================
[sympy__sympy__1.0] [sympy__sympy-12171] Return Code: 0
>>>>> All Tests Passed
[sympy__sympy__1.0] [sympy__sympy-12171] Test script run successful