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
We were using the index in the subdimension family instead of the subdimension itself. The family size is larger than the subdimension size, so the CSV read would come up empty, resulting in a zero size lookup. The solution is to detect which situation is in effect and use the correct index.
When an array on a subdimension reads data from a CSV file using
GET DIRECT DATA
:The generated lookup size is zero:
This causes a memory read error (see #161).
The text was updated successfully, but these errors were encountered: