SDXorg / test-models

A collection of System Dynamics models implemented in various environments with a canonical output
MIT License
27 stars 22 forks source link

Test mixed definitions of subscripted variables #56

Closed enekomartinmartinez closed 3 years ago

enekomartinmartinez commented 3 years ago

Add test for definitions like

dim: a, b, c
dim2: d, e
var[a, dim2] := GET XLS DATA(...)
    ~~|

var[b, dim2] = GET XLS CONSTANT(...)
    ~~|

var[b, dim2] =
    2, 3
    ~~|

Where we use different inputs for each coordinate