Update test_.py
Browse files
test_.py
CHANGED
@@ -5,9 +5,9 @@ import difflib
|
|
5 |
def map_(input_text):
|
6 |
#输入文本
|
7 |
# input_text = "TypeError: unsupported operand type(s) for ^: 'int' and 'float'"
|
8 |
-
demo_code_folder = '
|
9 |
|
10 |
-
errorType = pd.read_excel('
|
11 |
type = []
|
12 |
for i in range(len(errorType)):
|
13 |
information = {
|
|
|
5 |
def map_(input_text):
|
6 |
#输入文本
|
7 |
# input_text = "TypeError: unsupported operand type(s) for ^: 'int' and 'float'"
|
8 |
+
demo_code_folder = './'
|
9 |
|
10 |
+
errorType = pd.read_excel('./error_type.xlsx')
|
11 |
type = []
|
12 |
for i in range(len(errorType)):
|
13 |
information = {
|