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
What
We currently generate code from Julia core for Ribasim Python.
Why
The code-generation in Ribasim Python is convenient for developers, but complicated to understand.
We also see problems that we can trace back to it.
How
We should take a closer look and see if we can improve/simplify it.
There are two angles to it:
generate pandera models directly instead of going via pydantic
remove code generation
The text was updated successfully, but these errors were encountered:
I have rewritten the code generator, we now have complete control of the code that is being generated via OteraEngine. This will also give us the opportunity to retrieve other data from Julia, like the sorting order. #1096
What
We currently generate code from Julia core for Ribasim Python.
Why
The code-generation in Ribasim Python is convenient for developers, but complicated to understand.
We also see problems that we can trace back to it.
How
We should take a closer look and see if we can improve/simplify it.
There are two angles to it:
The text was updated successfully, but these errors were encountered: