Skip to content

Commit

Permalink
[DOC] fixed wrong sentence in the documentation (#6375)
Browse files Browse the repository at this point in the history
There was a mistake in the description of the capabilities of the
`"np.ndarray"` mtype. As the example shows, it is capable to represent
multivariate series.
  • Loading branch information
helloplayer1 authored May 22, 2024
1 parent 0cd5a32 commit b101761
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -2803,6 +2803,15 @@
"contributions": [
"maintenance"
]
},
{
"login": "helloplayer1",
"name": "Julian Haderlein",
"avatar_url": "https://avatars.githubusercontent.com/u/32032467?v=4",
"profile": "https://github.com/helloplayer1",
"contributions": [
"doc"
]
}
]
}
2 changes: 1 addition & 1 deletion examples/AA_datatypes_and_datasets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
"* variable names: the `\"np.ndarray\"` mtype cannot represent variable names.\n",
"* time points: the rows of `obj` correspond to different, distinct time points. \n",
"* time index: The time index is implicit and by-convention. The `i`-th row (for an integer `i`) is interpreted as an observation at the time point `i`.\n",
"* capabilities: cannot represent multivariate series; cannot represent unequally spaced series"
"* capabilities: can represent multivariate series; cannot represent unequally spaced series"
]
},
{
Expand Down

0 comments on commit b101761

Please sign in to comment.