Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Closed
alaingdl opened this issue Jan 15, 2024 · 2 comments
Closed

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

alaingdl opened this issue Jan 15, 2024 · 2 comments

Comments

@alaingdl
Copy link
Contributor

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
Copy link
Contributor Author

This one is probably solved, but the side effect of large blind tests is I found new problems in ISA()

@alaingdl
Copy link
Contributor Author

Should be closed in #1786
Please open a new issue if related problem emerge ...

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant