gnudatalanguage / gdl

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

various small tests ... #1786

Closed alaingdl closed 5 months ago

alaingdl commented 5 months ago

OK, this is a merging of various codes in GDL syntax for tests :

bench_loops_Linux_planck4

alaingdl commented 5 months ago
GillesDuvert commented 5 months ago

test_operators.pro tests /=, *=, +=, -=. Might be redundant with test_indepth_basic_functions.pro yes, operators are there for "completion" but the real test that visit every possible line of code is indeed test_indepth_basic_functions.pro. probably not worth the work to clean those duplicates. and test_indepth_basic_functions.pro is really test_indepth_all_operators.pro.

GillesDuvert commented 5 months ago

test_xyztick_get.pro has been invaluable in realizing AutoTick was wrong, thanks @alaingdl .