Latexify with SEI options #1873
-
Hello, I wanted to use the latexify function with the SEI options, but I get a TypeError:
TypeError: bad operand type for unary -: 'str' Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The latexify equation is still not designed to work with SEI options directly, so it might need a bit of tweaking (maybe printing the equations one by one). @priyanshuone6, is there any workaround for this? |
Beta Was this translation helpful? Give feedback.
-
This will be fixed in the next release (See #1885). This is what the equations will look like. |
Beta Was this translation helpful? Give feedback.
This will be fixed in the next release (See #1885).
For now, you can pip install PyBaMM from develop after the pull request is merged (
pip install -q git+https://github.com/pybamm-team/pybamm.git@develop
)This is what the equations will look like.