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 expanded support for external data variables in #32 but it only handled up to 2 dimensions. The En-ROADS model includes some 3-dimensional external data variables, so we should update the code to handle this case.
Additionally, there was a TODO comment about simplifying the code, and I think we can address that here by generalizing the dimension handling code to work with any number of dimensions (without the need for nested loops).
The text was updated successfully, but these errors were encountered:
We expanded support for external data variables in #32 but it only handled up to 2 dimensions. The En-ROADS model includes some 3-dimensional external data variables, so we should update the code to handle this case.
Additionally, there was a TODO comment about simplifying the code, and I think we can address that here by generalizing the dimension handling code to work with any number of dimensions (without the need for nested loops).
The text was updated successfully, but these errors were encountered: