Skip to content

align_matrix yields invalid matrix in combination with missing float "0" #363

Closed
@schillic

Description

@schillic

If the option align_matrix = true is used, the following happens.

Before formatting

A = [1. 1; 1 -1]

After formatting

A = [1.01; 1 -1]

Expected result

A = [1.0 1; 1 -1]

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