You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In the
get_dmrpp
script'sdap4_array_test
function, it selects a random number in order to test a variable of a given type. It callsdap4_array_dim_counter
which selects the variable, but that function assumes that thematch_num
variable starts at 1. So if 0 is passed, it won't select a random variable and will result in an error.The text was updated successfully, but these errors were encountered: