modelica / ModelicaStandardLibrary

Free (standard conforming) library to model mechanical (1D/3D), electrical (analog, digital, machines), magnetic, thermal, fluid, control systems and hierarchical state machines. Also numerical functions and functions for strings, files and streams are included.
https://doc.modelica.org
BSD 3-Clause "New" or "Revised" License
472 stars 168 forks source link

Math asserts #4344

Closed HansOlsson closed 3 months ago

HansOlsson commented 7 months ago

Add assertions in example-functions so that we will detect if they fail. Related to #4338 - but I don't see it as needed for release.

HansOlsson commented 4 months ago

It seems #4338 is seen as blocking for 4.1.0 release; thus this is needed.

casella commented 3 months ago

We can merge this on master anyway, I guess.

HansOlsson commented 3 months ago

We can merge this on master anyway, I guess.

Yes. It just seems that CI-checks didn't complete.

Esther-Devakirubai commented 5 days ago

@casella Should this be backported to maint/4.1.x?

casella commented 5 days ago

Please do, this is necessary for proper regression testing. Thanks!

Esther-Devakirubai commented 2 days ago

Backported to maint/4.1.x by #4470