Francesco Casella

Results 1734 comments of Francesco Casella

I then checked your original failing model with the debugger ![Image](https://github.com/user-attachments/assets/a847c68c-085d-423f-ae19-f373539bd872) This also seems correct to me, according to the shown execution flow, the dividir() function should get an input...

However, if I use the algorithmic debugger and put a breakpoint inside `dividir()`, when it is called, the input argument is zero. ![Image](https://github.com/user-attachments/assets/9bf4b5d9-f103-440b-b59f-b3ef65d2acb4) So, there is something wrong in the...

Here is an MWE that reproduces your problem, without the crazy model structure 😄 ```modelica model TestInitialParameterInFunction parameter Real idivisor = F1(Datos); parameter Real Datos(fixed = false); Real inverse; Real...

@phannebohm, @kabdelhak we have the same problem with the new backend: ![Image](https://github.com/user-attachments/assets/58effbb3-8094-4e02-99b3-36b9ec1594db) I guess there is some flaw in the excution order which is in common between the OB and...

@mpradovelasco thanks for the nice (and tough) test!

> It looks like the reports you are looking at are just exactly in the wrong order [@casella](https://github.com/casella). `-d=dumpSimCode` and the generated code show me this: > > ``` >...

> Oh the debugger orders ascending for the index? Are you kidding me, of course it does! The whole point of the debugger is to show the causalized sequence of...

> The base issue here is an old one. The event is exactly at the point of the singularity. Mathematically this is of course no issue, for event iteration this...

> Currently, there is no general symbolic routine to solve for an unknown of an equation in the NB. Ach so. > @phannebohm and I have also discussed this yesterday...

Adding @matteodepascali to the loop, so he's informed about the progress.