Skip to content

Broadcasted Operations Stall Julia #191

Closed
@ChrisRackauckas

Description

@ChrisRackauckas

When broadcasting some operations, Julia will get stuck. Example:

using StaticArrays
u0 = @SMatrix rand(4,2)
reltol = 0.003
uprev = u0
u = u0
max.(abs.(u),abs.(uprev)) .* reltol

This is tested on the latest release (on v0.6-rc2) and on StaticArrays master.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions