HPAC / matchpy

A library for pattern matching on symbolic expressions in Python.
MIT License
164 stars 25 forks source link

Remove sorted(result Multiset) from _substitute #66

Closed Upabjojr closed 3 years ago

Upabjojr commented 3 years ago

Remove sorted(result Multiset) from _substitute in order to make it work with SymPy objects.

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-96.4%) to 0.0% when pulling d64469b2a92b9f90e3500632471d0d6de0b13545 on Upabjojr:substitute_remove_sorted into 5cae3f275e3a1f725518516bf3c700dc3be03a56 on HPAC:master.

wheerd commented 3 years ago

There are failing tests: https://travis-ci.org/github/HPAC/matchpy/jobs/750534071

Upabjojr commented 3 years ago

Yes, I forgot to run the doctests locally.

Anyway, here's the replacement PR: https://github.com/HPAC/matchpy/pull/67