documenting new behavior

This commit is contained in:
Martin Diehl 2022-08-15 08:04:02 +02:00
parent ef8891797a
commit 7530d457a2
2 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit cdca8ab0c14b637c18279e0ea236caa148d15e5e
Subproject commit a8bd47ad55125b477e6c03277ee38ce3998a66ca

View File

@ -20,10 +20,10 @@ class Table:
Parameters
----------
shapes : dict with str:tuple pairs
Shapes of the data columns.
shapes : dict with str:tuple pairs, optional
Shapes of the data columns. Mandatory if 'data' is given.
For instance, 'F':(3,3) for a deformation gradient, or 'r':(1,) for a scalar.
data : numpy.ndarray or pandas.DataFrame
data : numpy.ndarray or pandas.DataFrame, optional
Data. Existing column labels of a pandas.DataFrame will be replaced.
comments : str or iterable of str, optional
Additional, human-readable information.