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
The C-ROADS model uses a few 2D arrays (constant lists) where the dimensions have matching subscript names, but SDEverywhere does not initialize the array values correctly. Here is a modification to the existing arrays_cname test that demonstrates the issue and causes a test failure:
The problem is that in SDE, the code that visits 2D dimensions does lookups based on subscript names, but that breaks down when the "left" and "right" subscripts have the same names.
The text was updated successfully, but these errors were encountered:
The C-ROADS model uses a few 2D arrays (constant lists) where the dimensions have matching subscript names, but SDEverywhere does not initialize the array values correctly. Here is a modification to the existing
arrays_cname
test that demonstrates the issue and causes a test failure:The problem is that in SDE, the code that visits 2D dimensions does lookups based on subscript names, but that breaks down when the "left" and "right" subscripts have the same names.
The text was updated successfully, but these errors were encountered: