IRIS-Solutions-Team / IRIS-Toolbox

[IrisToolbox] for Macroeconomic Modeling
Other
90 stars 41 forks source link

databank.toSeries() is using an obsolete code #323

Open tosapola opened 2 years ago

tosapola commented 2 years ago

Hi,

1) got a warning when calling databank.toSeries()

Warning: [IrisToolbox] Warning *** Option 'NameList' is obsolete and will be removed in the future. Use 'SourceNames' instead.

2) Also, databank.toSeries() and databank.toArray() don't work properly when passing a one-name vector as an argument. for example: databank.toSeries(d,["xxx"])

Best, Tos