Skip to content
Snippets Groups Projects

Add DataHandling.add_arrays

Merged Stephan Seitz requested to merge seitz/pystencils:Datahandling.add_arrays into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -62,7 +62,7 @@ class DataHandling(ABC):
@@ -62,7 +62,7 @@ class DataHandling(ABC):
pystencils field, that can be used to formulate symbolic kernels
pystencils field, that can be used to formulate symbolic kernels
"""
"""
def add_arrays(self, description: str):
def add_arrays(self, description: str) -> Tuple[Field]:
"""Adds multiple arrays using a string description similar to :func:`pystencils.fields`
"""Adds multiple arrays using a string description similar to :func:`pystencils.fields`
Loading