Skip to content

Triangular for loop doesn't work #28

@ericphanson

Description

@ericphanson

For example,

using LinearAlgebra, ProgressLogging
function test_progress(n)
    s = zeros(Int, n,n)
    @progress for i = 1:n, j = 1:i
        s[i,j] = i+j
    end
    return Symmetric(s)
end

works without the @progress.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions