Skip to content

Commit 68b8458

Browse files
committed
Fixing ruff error.
1 parent a55801c commit 68b8458

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyttb/tensor.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,9 @@ def from_function(
184184
function_handle:
185185
A function that can accept a shape (i.e., :class:`tuple` of
186186
dimension sizes) and return a :class:`numpy.ndarray` of that shape.
187-
The array returned by the function should ideally be in Fortran order. If that is not the case, an expensive reordering of the data will be required. One way to avoid this reordering is to return a 1D vector.
187+
The array returned by the function should ideally be in Fortran order.
188+
If that is not the case, an expensive reordering of the data will be
189+
required. One way to avoid this reordering is to return a 1D vector.
188190
shape:
189191
Shape of the resulting tensor.
190192

0 commit comments

Comments
 (0)