Alain
Alain
I don't know if it is a feature or a bug in _build_gdl.sh_ but nowadays Qhull packaged for Ubuntu 22.04 is the good version for GDL (libqhull-dev:amd64 2020.2-4) ``` libqhull-dev:amd64...
This script is working fine ! thanks 1/ Should be simple, but : On a fresh copy (or git clone) the script need an extra step : `git submodule update...
OK, the performance issues within FOR loops detected first on Mac M2/M3 is in fact also here on x86_64 * Linux U22 my old laptop / gcc time_test4 : 1.06796=Total...
GAUSSFIT & GAUSS2DFIT are not resistant to NaN. It is easy to circumvent that for 1D gaussfit (flagging before call), more difficult in 2D, this is why we have a...
Thanks to some super simple tests in error in `test_isa.pro`, I got : ``` GDL> size(hash(),/n_di) 1 GDL> size(list(),/n_di) 1 [...] IDL> size(hash(),/n_di) 0 IDL> size(list(),/n_di) 0 ```
This problem was issued due to tests related to LUDC #1700 (for the record, in GDL if compiled with Eigen, two algorithms are available : GSL & Eigen , selectable...
In the Linux universe, the file `/proc/sys/kernel/pid_max` contains a single long integer indicating the max value for numbers of processes. I decided to read it to test if /proc/self is...
[nX] is working fine, but no T/TL/TR ones ... [Tn] Tab to the n-th absolute position in the current record. [TLn] Tab left n characters. [TRn] Tab right n characters....
Position of Surface extends outside the sub-box ... This regression was introduced in GDL between 2022-09-26 and 2022-10-18 ``` GDL> !p.multi=[0,1,2] GDL> plot, findgen(10) & surface, dist(10) GDL> !p.multi=[0,2,1] GDL>...
I don't know how to name the problem (UTF-8 ? Unicode ??) but when I have some diacritics in titles (_accents_ in French), the output is bad. E.g. ``` set_plot,...