Skip to content

Commit

Permalink
Fixed false indentation in build_core
Browse files Browse the repository at this point in the history
  • Loading branch information
thbake committed Apr 9, 2024
1 parent ae6eef4 commit e9a418d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scikit_tt/tensor_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -2119,7 +2119,7 @@ def build_core_vector(matrix_list: List[Union[np.ndarray, int]], field_type: str

continue

return core
return core

def build_core(matrix_list: Union[ List[List[Union[np.ndarray, int]]], List[Union[np.ndarray, int]] ], iscomplex: bool = False):

Expand Down

0 comments on commit e9a418d

Please sign in to comment.