IRIS-Solutions-Team / IRIS-Toolbox

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

getComments function missing #342

Closed kbankowski closed 1 year ago

kbankowski commented 1 year ago

DataManagement\+databank\+backend\extractSeriesComments.m is missing getComments function

jaromir-benes commented 1 year ago

Fixed in the head of bleeding and stable.

On Fri, Sep 23, 2022 at 4:33 PM kbankowski @.***> wrote:

DataManagement+databank+backend\extractSeriesComments.m is missing getComments function

— Reply to this email directly, view it on GitHub https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/342, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGCVKKTZIUSEFJR5E2USA6LV7W5R7ANCNFSM6AAAAAAQUBHLF4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

kbankowski commented 1 year ago

Iris does not seem to recognize the function; see a little example below

aaa = Series(yy(2021):yy(2023), [2,3,4])

getComments(aaa)

Unrecognized function or variable 'getComments'.

jaromir-benes commented 1 year ago

Did you pull the latest commit from today?

On Sat, Sep 24, 2022, 11:47 PM kbankowski @.***> wrote:

Iris does not seem to recognize the function; see a little example below

aaa = Series(yy(2021):yy(2023), [2,3,4])

getComments(aaa)

Unrecognized function or variable 'getComments'.

— Reply to this email directly, view it on GitHub https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/342#issuecomment-1257070678, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGCVKKTNXEFL26ORXAMLF3LV75ZGBANCNFSM6AAAAAAQUBHLF4 . You are receiving this because you modified the open/close state.Message ID: @.***>