Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Aug 18, 2023
1 parent 2532309 commit 9b95b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NTFkTensorToolBox.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function ttanalysis(T::Array, crank::Number; seed::Number=1, functionname::Abstr
"""
MATLAB.eval_string(m)
@MATLAB.mget R
if isnothing(R["lambda"]
if isnothing(R["lambda"])
R["lambda"] = ones(crank)
end
if crank == 1
Expand Down

0 comments on commit 9b95b77

Please sign in to comment.