We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ python -m pip show pybamm
$ python --version
Describe the bug At the moment latexify fails on the exponential operator. We need to override the default operator with sympy.exp
latexify
exponential
sympy.exp
The text was updated successfully, but these errors were encountered:
#1785 override sympy operators exp and atan
7c496e6
#1785 add tests
ecd20ea
#1785 update CHANGELOG
e7d1005
Merge pull request #1786 from pybamm-team/issue-1785-exp-sympy
93ead88
Successfully merging a pull request may close this issue.
$ python -m pip show pybamm
: 21.10$ python --version
: 3.7Describe the bug
At the moment
latexify
fails on theexponential
operator. We need to override the default operator withsympy.exp
The text was updated successfully, but these errors were encountered: