dlr-gtlab / python-module

GTlab Module for embadding Python into GTlab
0 stars 0 forks source link

Code generation for off-Design calculator produces invalid code for undefined boundaries of independents #82

Open rainman110 opened 4 years ago

rainman110 commented 4 years ago

In GitLab by @otte_to on Apr 14, 2020, 11:54

The automatic code generation for off-design calculators produces an invalid code if the boundaries for independents are not set. If no bounds are given a code line like: fANBETA.INDboundHigh = inf is created and python issues an error om the word inf

rainman110 commented 3 years ago

In GitLab by @jensschmeink on Jul 26, 2021, 11:39

@otte_to this behaviour is based on the performance implementation and can hardly be corrected by the python task, can't it?