Refactor DEFAULTS & fix bugs concerning data types of spatial counter symbols
- Nov 11, 2024
-
-
Frederik Hennig authoredb8024740
-
- Nov 07, 2024
-
-
Frederik Hennig authoreddd900d63
-
pystencils.DEFAULTS
, use TypedSymbols onlyDynamicType.INDEX_TYPE
in counter symbolsSparseIterationSpace
declared the spatial counters const
, leading to a type conflict with the non-const counters in DEFAULTS
py.typed
to facilitate type checking in downstream projects (why was this missed for so long?)