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
See updated contribution guide