Skip to content

Use sympy's Indexed to represent pymbolics Subscript in interop mappers

Dominic Kempf requested to merge use-sympy-indexed into master

So far, pymbolic Subscripts could not be properly mapped to sympy. There is a node Indexed in sympy though which does exactly what Subscript does.

Merge request reports