Change `Field.__repr__` to match representation in `pystencils.fields`
repr of Field should look like
y: uint16_t[246,704,558]
x(3): float[20,40]
to match representation when using pystencils.fields
E.g.
In [3]: pystencils.fields('x: float32[20,40]')
Out[3]: x: float[20,40])
In [4]: pystencils.fields('x(3): float32[20,40]')
Out[4]: x(3): float[20,40])
Merge request reports
Activity
Filter activity
added 1 commit
- e20442f8 - Change `Field.__repr__` to match representation in `pystencils.fields`
added 1 commit
- 06b45d88 - Change `Field.__repr__` to match representation in `pystencils.fields`
added 1 commit
- cd78c4bf - Change `Field.__repr__` to match representation in `pystencils.fields`
added 1 commit
- 8135c94f - Change `Field.__repr__` to match representation in `pystencils.fields`
added 1 commit
- 8140cfbf - Change `Field.__repr__` to match representation in `pystencils.fields`
enabled an automatic merge when the pipeline for 8140cfbf succeeds
mentioned in commit 9888c32f
Please register or sign in to reply