Closed stevenrbrandt closed 4 years ago
@stevenrbrandt The Phylanx frontend understands (multi-) indexing an array using z[0, 0] = 1
only, at this time. I'll see what I can do to support z[0][0] = 1
as well.
@hkaiser I had tried it both ways from Python. Maybe what's needed is a change to the Python parser.
@hkaiser I had tried it both ways from Python. Maybe what's needed is a change to the Python parser.
@stevenrbrandt please see #1240 for a possible fix
This is not fixed on master (#1240 is not merged yet)
The following code
fails with the error