"tests/cpp/TestArrayContainer.py" did not exist on "7079da9881c8f634a34a6ed064c9e1c2be784b44"
Change `Field.__repr__` to match representation in `pystencils.fields`
Compare changes
+ 14
− 2
@@ -83,7 +83,7 @@ def fields(description=None, index_dimensions=0, layout=None, field_type=FieldTy
@@ -83,7 +83,7 @@ def fields(description=None, index_dimensions=0, layout=None, field_type=FieldTy
The keyword names ``index_dimension`` and ``layout`` have special meaning, don't use them for field names
@@ -392,7 +392,19 @@ class Field(AbstractField):
@@ -392,7 +392,19 @@ class Field(AbstractField):