gnudatalanguage / gdl

GDL - GNU Data Language
GNU General Public License v2.0
274 stars 61 forks source link

patch a few discrepancies between GDL and IDL concerning basic operands subcases #1783

Closed GillesDuvert closed 5 months ago

GillesDuvert commented 5 months ago

There are a few cases of basic operands where results differ with IDL (see #1782 but also #1777 and results from test_indepth_basic_functions.pro . Correct them.

GillesDuvert commented 5 months ago

finally produced a procedure visiting all 'flavors' of all operators in all cases (scalars, vectors nel=1, vectors of different sizes). approx 6000 different cases. Just 2 discrepancies, to be corrected.

GillesDuvert commented 5 months ago

Closed by #1784, see lengthy explanations inside.