Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

The get_dmrpp script needs to start indexing at 1 when picking a random variable #537

Open
eigenbeam opened this issue Oct 19, 2021 · 0 comments

Comments

@eigenbeam
Copy link

In the get_dmrpp script's dap4_array_test function, it selects a random number in order to test a variable of a given type. It calls dap4_array_dim_counter which selects the variable, but that function assumes that the match_num variable starts at 1. So if 0 is passed, it won't select a random variable and will result in an error.

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

No branches or pull requests

1 participant