You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting the issue, I'll try to have a look at it tomorrow. We have historically tested on nightly as well, but nightly was so often broken that the test ended up being useless, so many false positives that we stopped looking at it. When no one looks at the failing tests due to them always failing for the wrong reasons, they're no longer useful.
Hello!
I don't know if it's intended (probably not) but on Julia v1.12, this code:
produces:
whereas on Julia v1.11 and below the result is:
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.12The text was updated successfully, but these errors were encountered: