The GET DIRECT CONSTANTS implementation fails when two LHS subscripts are both in the same family. For instance, an equation that reads a table mapping values in a dimension to the same dimension:
DimC: C1, C2 ~~|
From DimC: DimC ~~|
To DimC: DimC ~~|
g[From DimC, To DimC] = GET DIRECT CONSTANTS 'data/g.csv', ',', 'B2') ~~|
repeats the the first column of values for every column.
The
GET DIRECT CONSTANTSimplementation fails when two LHS subscripts are both in the same family. For instance, an equation that reads a table mapping values in a dimension to the same dimension:repeats the the first column of values for every column.