Adeel Asghar

Results 215 comments of Adeel Asghar

> [@adeas31](https://github.com/adeas31) what do you think? > > What would happen if 1/60 s is not enough time to paint the whole thing? The interval is specified in msec, so...

This was added by you in #351 I suppose it should work without it. You can make a PR and see if the test pass.

The generated Modelica code from FMU uses `reinit` inside algorithm section which is not allowed anymore. So in order to run this one need to use `--allowNonStandardModelica=reinitInAlgorithms`. I guess this...

See also https://github.com/OpenModelica/OpenModelica/issues/5345 I have no idea if we are going to fix FMI import in future. But for now in order to make it work one need to use...

Update this one now.

Seems related to https://github.com/OpenModelica/OpenModelica/pull/14813

See https://github.com/OpenModelica/OMPython/pull/399#issuecomment-3669909297

`test_passing` is still not used in testing. Probably its easier to directly add the example in the tests and check against the expected output.

I wonder if this is already covered by #278 and #370?