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
At the moment a lot of preprocessing is done to convert the models returned by different methods into a common, sympy-compatible format in experiment/symbolic_utils.py.
I would like to remove this post-processing step and, in the future, require methods to return sympy compatible strings. Steps:
Move centralized model cleaning to the individual methods
Have method developers update their codebases to support sympy return strings