You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In DIVERSE project, utils.py GSM8KExample class, there is a bug of regular expression in the function init_equations().
the pattern "<<.+>>[0-9.]+" is not correct to find multiple equations among <<>> in a sample solution.
Test case:
Ethan
The text was updated successfully, but these errors were encountered:
In DIVERSE project, utils.py GSM8KExample class, there is a bug of regular expression in the function init_equations().
the pattern "<<.+>>[0-9.]+" is not correct to find multiple equations among <<>> in a sample solution.
Test case:
Ethan
The text was updated successfully, but these errors were encountered: