Skip to content

Commit fbcd427

Browse files
authored
spaces formatting fixed
1 parent 0d509d4 commit fbcd427

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tt/core/vector.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -327,11 +327,13 @@ def write(self, fname):
327327

328328
def full(self, asvector=False):
329329
"""Returns full array (uncompressed).
330-
330+
331331
.. warning::
332332
TT compression allows to keep in memory tensors much larger than ones PC can handle in
333333
raw format. Therefore this function is quite unsafe; use it at your own risk.
334+
334335
:returns: numpy.ndarray -- full tensor.
336+
335337
"""
336338
# Generate correct size vector
337339
sz = self.n.copy()

0 commit comments

Comments
 (0)