Skip to content

Commit

Permalink
Fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dahong67 committed Oct 9, 2023
1 parent 4f3ef37 commit 2c14b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/LossFunctionsExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module LossFunctionsExt
using GCPDecompositions, LossFunctions

"""
gcp(X::Array, r, loss::LossFunctions.SupervisedLoss, lower]) -> CPD
gcp(X::Array, r, loss::LossFunctions.SupervisedLoss[, lower]) -> CPD
Compute an approximate rank-`r` CP decomposition of the tensor `X`
with respect to the loss function `loss` and return a `CPD` object.
Expand Down

0 comments on commit 2c14b91

Please sign in to comment.