Skip to content

Commit

Permalink
🤖 Format .jl files
Browse files Browse the repository at this point in the history
  • Loading branch information
dpo committed Feb 21, 2024
1 parent 3a5fc9f commit 9926db3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nnmf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ function nnmf_data(m::Int, n::Int, k::Int, T::DataType = Float64)
return A
end


"""
model, Av, selected = nnmf_model(m = 100, n = 50, k = 10, T = Float64)
Expand Down

0 comments on commit 9926db3

Please sign in to comment.