QuantEcon / lecture-source-py

Source files for "Lectures in Quantitative Economics" -- Python version
BSD 3-Clause "New" or "Revised" License
192 stars 77 forks source link

Correct SymPyDeprecationWarning #846

Closed gliptak closed 4 years ago

gliptak commented 4 years ago
/srv/conda/envs/notebook/lib/python3.7/site-packages/sympy/core/relational.py:470: SymPyDeprecationWarning: 

Eq(expr) with rhs default to 0 has been deprecated since SymPy 1.5.
Use Eq(expr, 0) instead. See
https://github.com/sympy/sympy/issues/16587 for more info.

  deprecated_since_version="1.5"

https://github.com/QuantEcon/quantecon-notebooks-python/pull/6

jstac commented 4 years ago

Thanks @gliptak , this and the other PRs are much appreciated. Please send more if you have time :-)