Skip to content

Commit ed156a7

Browse files
jmloyolaOriolAbril
andauthored
Update pymc/data.py
Co-authored-by: Oriol Abril-Pla <[email protected]>
1 parent f7a012f commit ed156a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ def Data(
578578
----------
579579
name : str
580580
The name for this variable.
581-
value : list or ndarray or pd.Series, pd.Dataframe
581+
value : array_like or pd.Series, pd.Dataframe
582582
A value to associate with this variable.
583583
dims : str or tuple of str, optional
584584
Dimension names of the random variables (as opposed to the shapes of these

0 commit comments

Comments
 (0)