Skip to content

bad printing style for column matrices in tuples (probably unintended) #80

@rapus95

Description

@rapus95

As you can see we have some duplication of the semicolons:

julia> (ones(3,1),)
([1.0; 1.0; 1.0],)

julia> (centered(ones(3,1)),)
([1.0; ; 1.0; ; 1.0],)

EDIT: doing println also doesn't work

julia> println(centered(ones(3,1)))
[1.0; ; 1.0; ; 1.0]

julia> println(ones(3,1))
[1.0; 1.0; 1.0]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions