predhd

Results 1 issues of predhd

Hi! I have a problem with `.subs`: ```python x = se.Symbol('x') x.subs({x: 3}) # works fine (x**2).subs({x: 3}) #crashes without message ``` Windows 10 x64, Anaconda Python 3.7.1 (it works...