Di Zhang
Di Zhang
``` For example,when i input self.__ini it suggest "self.__init__()" but when I select this item,it will insert to a wrong place behind the dot (".") like that self.self.__init__() ```
Fix \\frac{}{} normalization error ```python from .grader import grade_answer as openai_is_equiv from .math_normalize import normalize_answer import re def is_equiv(answer1, answer2): if answer1 == answer2: return True answer1 = normalize_answer(answer1) answer2...
### Feature request Add LMDB format support for large memory-mapping files ### Motivation Add LMDB format support for large memory-mapping files ### Your contribution I'm trying to add it