kpeeters / cadabra2

A field-theory motivated approach to computer algebra.
https://cadabra.science/
GNU General Public License v3.0
215 stars 37 forks source link

Code duplication in unwrap and evaluate #216

Open kpeeters opened 3 years ago

kpeeters commented 3 years ago

Code which determines implicit dependence is duplicated between unwrap and evaluate, and neither cover all possible cases. Merge and put in the core.

kpeeters commented 2 years ago

Also see #156. To some extent this is a duplicate of #110.