Skip to content

Commit

Permalink
fix in ortho_left and ortho_right
Browse files Browse the repository at this point in the history
  • Loading branch information
PGelss authored Jul 17, 2024
1 parent 7a8bc2d commit 4c38363
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scikit_tt/tensor_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -1151,6 +1151,8 @@ def ortho_left(self, start_index: int=0,
max_rank_tf = False
if max_rank_tf:
max_ranks = max_rank
else:
max_rank_tf = False

if max_rank_tf:

Expand Down Expand Up @@ -1255,6 +1257,8 @@ def ortho_right(self, start_index: Optional[int]=None,
max_rank_tf = False
if max_rank_tf:
max_ranks = max_rank
else:
max_rank_tf = False

if max_rank_tf:

Expand Down

0 comments on commit 4c38363

Please sign in to comment.