Skip to content

Commit

Permalink
Change expected shape for doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
benHeid committed Nov 3, 2023
1 parent b84fc94 commit 2c7b37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sktime/transformations/merger.py
Expand Up @@ -51,7 +51,7 @@ class Merger(BaseTransformer):
>>> y = _make_panel(n_instances=10, n_columns=3, n_timepoints=5)
>>> result = Merger(method="median", stride=1).fit_transform(y)
>>> result.shape
(14, 3, 1)
(14, 3)
"""

_tags = {
Expand Down

0 comments on commit 2c7b37f

Please sign in to comment.