documenting new behavior
This commit is contained in:
parent
ef8891797a
commit
7530d457a2
2
PRIVATE
2
PRIVATE
|
@ -1 +1 @@
|
|||
Subproject commit cdca8ab0c14b637c18279e0ea236caa148d15e5e
|
||||
Subproject commit a8bd47ad55125b477e6c03277ee38ce3998a66ca
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue