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

Add two new test #68

Closed enekomartinmartinez closed 3 years ago

enekomartinmartinez commented 3 years ago

Test for subscripting a lookup call Test for reading Excel with cellrange names

enekomartinmartinez commented 3 years ago

Added a new test for passing subscripted arguments to lookups coming from excels, testing cases like:

lookup function(argument[subs])
lookup function[subs](argument[subs])
lookup function[subs1](argument[subs])
lookup function[subs](argument[subs, subs1])
enekomartinmartinez commented 3 years ago

@JamesPHoughton can you merge these tests?

JamesPHoughton commented 3 years ago

Sorry, missed this in march. Thanks for pinging me. =)