Skip to content

Commit 2c6cf0a

Browse files
- deleted requests for functions that cannot be called from ground truth;
1 parent 7befcee commit 2c6cf0a

File tree

6 files changed

+4
-58
lines changed

6 files changed

+4
-58
lines changed

‎micro-benchmark-autogen-templates/python_features/decorators/call/main_gt.json‎

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,6 @@
3838
"<value1>"
3939
]
4040
},
41-
{
42-
"file": "main.py",
43-
"line_number": 12,
44-
"col_offset": 5,
45-
"function": "func",
46-
"type": [
47-
"<value1>"
48-
]
49-
},
5041
{
5142
"file": "main.py",
5243
"line_number": 16,
@@ -57,4 +48,4 @@
5748
]
5849
}
5950
]
60-
}
51+
}

‎micro-benchmark-autogen-templates/python_features/decorators/classes/main_gt.json‎

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,6 @@
3838
"<value1>"
3939
]
4040
},
41-
{
42-
"file": "main.py",
43-
"line_number": 14,
44-
"col_offset": 9,
45-
"function": "MyClass.my_method",
46-
"type": [
47-
"<value2>"
48-
]
49-
},
5041
{
5142
"file": "main.py",
5243
"line_number": 18,

‎micro-benchmark-autogen-templates/python_features/decorators/nested/main_gt.json‎

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,6 @@
4747
"<value1>"
4848
]
4949
},
50-
{
51-
"file": "main.py",
52-
"line_number": 12,
53-
"col_offset": 9,
54-
"function": "func.inner",
55-
"type": [
56-
"<value2>"
57-
]
58-
},
5950
{
6051
"file": "main.py",
6152
"line_number": 18,

‎micro-benchmark-autogen-templates/python_features/decorators/nested_decorators/main_gt.json‎

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,6 @@
6666
"<value1>"
6767
]
6868
},
69-
{
70-
"file": "main.py",
71-
"line_number": 20,
72-
"col_offset": 5,
73-
"function": "func",
74-
"type": [
75-
"<value1>"
76-
]
77-
},
7869
{
7970
"file": "main.py",
8071
"line_number": 24,
@@ -85,4 +76,4 @@
8576
]
8677
}
8778
]
88-
}
79+
}

‎micro-benchmark-autogen-templates/python_features/decorators/return/main_gt.json‎

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,6 @@
4747
"<value1>"
4848
]
4949
},
50-
{
51-
"file": "main.py",
52-
"line_number": 15,
53-
"col_offset": 5,
54-
"function": "func2",
55-
"type": [
56-
"<value1>"
57-
]
58-
},
5950
{
6051
"file": "main.py",
6152
"line_number": 19,
@@ -66,4 +57,4 @@
6657
]
6758
}
6859
]
69-
}
60+
}

‎micro-benchmark-autogen-templates/python_features/decorators/return_different_func/main_gt.json‎

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,6 @@
3838
"<value1>"
3939
]
4040
},
41-
{
42-
"file": "main.py",
43-
"line_number": 12,
44-
"col_offset": 5,
45-
"function": "func",
46-
"type": [
47-
"<value1>"
48-
]
49-
},
5041
{
5142
"file": "main.py",
5243
"line_number": 16,
@@ -66,4 +57,4 @@
6657
]
6758
}
6859
]
69-
}
60+
}

0 commit comments

Comments
 (0)