Skip to content

Commit

Permalink
small edits to trigger pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiaComito committed Sep 5, 2024
1 parent d1175e8 commit e77f1ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions heat/core/manipulations.py
Original file line number Diff line number Diff line change
Expand Up @@ -2028,8 +2028,8 @@ def reshape(a: DNDarray, *shape: Union[int, Tuple[int, ...]], **kwargs) -> DNDar
One shape dimension can be -1. In this case, the value is inferred from the length of the array and remaining dimensions.
new_split : int, optional
The distribution axis of the reshaped array. If `new_split` is not provided, the reshaped array will have:
- the same split axis as the input array, if the number of dimensions is not reduced;
- split axis 0, if the number of dimensions is reduced.
- the same split axis as the input array, if the original dimensionality is unchanged;
- split axis 0, if the number of dimensions is modified by reshaping.
Raises
------
Expand Down

0 comments on commit e77f1ff

Please sign in to comment.