Skip to content

Commit a9d16fc

Browse files
committed
Update test.py
1 parent 4eae055 commit a9d16fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
from optillm.cot_reflection import cot_reflection
1919
from optillm.plansearch import plansearch
2020
from optillm.leap import leap
21+
from optillm.reread import re2_approach
2122

2223
# Setup logging
2324
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
@@ -47,6 +48,7 @@ def __init__(self):
4748
'cot_reflection': cot_reflection,
4849
'plansearch': plansearch,
4950
'leap': leap,
51+
're2': re2_approach,
5052
}
5153

5254
def load_test_cases(file_path: str) -> List[Dict]:

0 commit comments

Comments
 (0)