Skip to content

Different behavior of MIMO system construction on Julia 1.12 #987

@franckgaga

Description

@franckgaga

Hello!

I don't know if it's intended (probably not) but on Julia v1.12, this code:

sys = [tf(1) tf(2); tf(3) tf(4)]

produces:

2×2 Matrix{TransferFunction{Continuous, ControlSystemsBase.SisoRational{Int64}}}:

...

whereas on Julia v1.11 and below the result is:

TransferFunction{Continuous, ControlSystemsBase.SisoRational{Int64}}

...

This is also brings up #975, since a CI test run on the new pre channel would have probably catch this.

edit: just tested using Pkg; Pkg.test("ControlSystemsBase") and yes many tests no longer pass of v1.12

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