Bertrand Coconnier
Bertrand Coconnier
> I think I saw you making a comment on one of the commits that you also couldn't reproduce it locally on Windows? Indeed, the test completes successfully for me...
At some point later this week, I intend to run `scripts\c172_runway_at_rest_cg_shift.xml` with a debugger and check if the variables `s12x` or `m12x` are close to values that could trigger an...
> Just trying `python CheckScripts.py` now it doesn't look like `fpectl` is a standard installed module? The command `python CheckScripts.py` should be executed from the `tests` folder where the Python...
Of course, when running the test from `build/.../tests` you need to give the relative path to `python`: something like ```bash > python ../../../tests/CheckScripts.py ``` In order to save myself the...
It finally happened to be a genuine bug which was located is our dependency GeographicLib. It has been [fixed in the release v1.52 of GeographicLib](https://sourceforge.net/p/geographiclib/news/2021/06/geographiclib-152-released-2021-06-22/): * Geodesic routines: be more...
Floating point exceptions are only raised when the Python module `fpectl` is used (which function `turnon_sigfpe` sets some CPU flags to send a signal SIGFPE whenever an FPE occurs). Otherwise,...
There has just been another occurrence of the bug on the Linux runner: same stack trace than above, script `scripts/c1724.xml`. It smells like there is an uninitialized variable somewhere in...
As for similar requests from @mike402, I would rather address this issue with a mechanism which allows code re-use such as I proposed in issue #94. This is because I...
@abassign I think PR #160 also solves this issue ?
Your request is too vague. What do you mean by "generate a linear model" ?