gdl icon indicating copy to clipboard operation
gdl copied to clipboard

LIST() and HASH() don't have the rigth SIZE(/n_dim)

Open alaingdl opened this issue 1 year ago • 0 comments

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

alaingdl avatar Jan 15 '24 14:01 alaingdl