Update AssignmentCollection.__repr__
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Warning 00:12:35
| Stage: test |
Download artifacts
No artifacts found | ||
Assignment Collection for y[0,0,0]
is usually not very helpful.
New representation:
In [6]: forward_assignments = pystencils.AssignmentCollection({
...: z[0, 0]: x[0, 0] * sympy.log(x[0, 0] * y[0, 0]),
...: y[0,0] : x[1,1] +1
...: })
In [7]: forward_assignments
Out[7]: AssignmentCollection: z_C, y_C <- f(x_C, x_NE)
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Warning 00:12:35
| Stage: test |
Download artifacts
No artifacts found | ||
0 |