Adrián Mosquera C.
Adrián Mosquera C.
> What is the notebook name? This percent encoding looks odd. It's "Практика 2.ipynb". I assume it's just changing the Cyrillic alphabet into utf-8 hex codes. So I'll put my...
I'm using RustCodegen with it's dump_rs function ```python from sympy import exp, sin, cos, diff from sympy.abc import x from sympy.utilities.codegen import make_routine, RustCodeGen with open("src/functions.rs", "w") as fout: functions...
As an extra error I found using this method was when importing `pi` from sympy and using it in the functions. It correctly gets transformed to ``PI`` but the outputted...
Coming back to this problem, adding `"fn ..."` to `"pub fn .."` in the `get_prototype` function of `RustCodeGen` at `sympy/utilities/codegen.py` would solve that. Nonetheless, I don't know the scope and...
Since changing `fn` to `pub fn` isn't the best thing here, why not then edit the methods that take in `Routine` objects like `get_prototype` and `dump_rs` to also take in...
I got the same error, seems like using spaces in captions or labels triggers that. Currently I'm using plotters 0.3.5 in Linux Mint.