IRIS-Solutions-Team / IRIS-Toolbox

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

Seasonal adjustments #243

Open jpkarani opened 4 years ago

jpkarani commented 4 years ago

Hello; I have this error message could someone help me how to fix it

Warning: IRIS Toolbox Warning @ dbase:dbbatch. Error evaluating this expression in dbbatch( ): 'x12(d.CPI_U,Inf,'mode','m')'. Matlab says: IRIS Toolbox Error @ x13:x13. Unable to run the X13 executable.

Thanks;

jaromir-benes commented 4 years ago

Hi

This looks like an operating system related issue. What's your operating system? Windows, Linux, macOS?

On Fri, Apr 3, 2020 at 1:35 PM jpkarani notifications@github.com wrote:

Hello; I have this error message could someone help me how to fix it

Warning: IRIS Toolbox Warning @ dbase:dbbatch. Error evaluating this expression in dbbatch( ): 'x12(d.CPI_U,Inf,'mode','m')'. Matlab says: IRIS Toolbox Error @ x13:x13. Unable to run the X13 executable.

Thanks;

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGCVKKU5QSZXB3Z2XJDXUHDRKXCYVANCNFSM4L333PVQ .

jpkarani commented 4 years ago

Hi, Thank you for your email, I use Mac OS catalina

Regards JohnPaul

On Fri, Apr 3, 2020 at 20:41, Jaromír Beneš notifications@github.com wrote:

Hi

This looks like an operating system related issue. What's your operating system? Windows, Linux, macOS?

On Fri, Apr 3, 2020 at 1:35 PM jpkarani notifications@github.com wrote:

Hello; I have this error message could someone help me how to fix it

Warning: IRIS Toolbox Warning @ dbase:dbbatch. Error evaluating this expression in dbbatch( ): 'x12(d.CPI_U,Inf,'mode','m')'. Matlab says: IRIS Toolbox Error @ x13:x13. Unable to run the X13 executable.

Thanks;

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AGCVKKU5QSZXB3Z2XJDXUHDRKXCYVANCNFSM4L333PVQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243#issuecomment-608387083, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJEBWTUOLLUN425UUFLUUJ3RKXDNXANCNFSM4L333PVQ .

jaromir-benes commented 4 years ago

Hi

This is because the execute privileges are not set on your computer correctly for the X13 executable (not sure why exactly). The fix is easy.

First, in the Matlab command window, run

fullfile(iris.root, '+thirdparty', 'x13')

This will give you the full path to the folder where the X13 executable is located on your computer. Please copy this path (select the text, and Command-C)

Second, open your Terminal (press Command-Space, type Terminal, and Enter), and type these commands

cd chmod +rx x13asmac

(where you paste the path obtained earlier after the cd command)

You can exit the Terminal then (type exit and Enter), restart Matlab, and all should run alright. If not, let me know please.

Best Jaromir

On Fri, Apr 3, 2020 at 1:43 PM jpkarani notifications@github.com wrote:

Hi, Thank you for your email, I use Mac OS catalina

Regards JohnPaul

On Fri, Apr 3, 2020 at 20:41, Jaromír Beneš notifications@github.com wrote:

Hi

This looks like an operating system related issue. What's your operating system? Windows, Linux, macOS?

On Fri, Apr 3, 2020 at 1:35 PM jpkarani notifications@github.com wrote:

Hello; I have this error message could someone help me how to fix it

Warning: IRIS Toolbox Warning @ dbase:dbbatch. Error evaluating this expression in dbbatch( ): 'x12(d.CPI_U,Inf,'mode','m')'. Matlab says: IRIS Toolbox Error @ x13:x13. Unable to run the X13 executable.

Thanks;

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AGCVKKU5QSZXB3Z2XJDXUHDRKXCYVANCNFSM4L333PVQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243#issuecomment-608387083 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AJEBWTUOLLUN425UUFLUUJ3RKXDNXANCNFSM4L333PVQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243#issuecomment-608388057, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGCVKKRNRNRF5JH2BH2CLOLRKXDXHANCNFSM4L333PVQ .

jpkarani commented 4 years ago

dear Jaromi, Thank you for your assistance I tried to follow your instructions, I hope I made no mistake, this is what what I get

John-Pauls-MacBook-Pro:~ johnpaul$ cd'/Users/johnpaul/Documents/MATLAB/IMF/IRIS/IRIS_Tbx_20181028/+thirdparty/x13'chmod +rx x13asmac -bash: cd/Users/johnpaul/Documents/MATLAB/IMF/IRIS/IRIS_Tbx_20181028/+thirdparty/x13chmod: No such file or directory

Regards JohnPaul

On Fri, 3 Apr 2020 at 20:58, Jaromír Beneš notifications@github.com wrote:

Hi

This is because the execute privileges are not set on your computer correctly for the X13 executable (not sure why exactly). The fix is easy.

First, in the Matlab command window, run

fullfile(iris.root, '+thirdparty', 'x13')

This will give you the full path to the folder where the X13 executable is located on your computer. Please copy this path (select the text, and Command-C)

Second, open your Terminal (press Command-Space, type Terminal, and Enter), and type these commands

cd chmod +rx x13asmac

(where you paste the path obtained earlier after the cd command)

You can exit the Terminal then (type exit and Enter), restart Matlab, and all should run alright. If not, let me know please.

Best Jaromi

On Fri, Apr 3, 2020 at 1:43 PM jpkarani notifications@github.com wrote:

Hi, Thank you for your email, I use Mac OS catalina

Regards JohnPaul

On Fri, Apr 3, 2020 at 20:41, Jaromír Beneš notifications@github.com wrote:

Hi

This looks like an operating system related issue. What's your operating system? Windows, Linux, macOS?

On Fri, Apr 3, 2020 at 1:35 PM jpkarani notifications@github.com wrote:

Hello; I have this error message could someone help me how to fix it

Warning: IRIS Toolbox Warning @ dbase:dbbatch. Error evaluating this expression in dbbatch( ): 'x12(d.CPI_U,Inf,'mode','m')'. Matlab says: IRIS Toolbox Error @ x13:x13. Unable to run the X13 executable.

Thanks;

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AGCVKKU5QSZXB3Z2XJDXUHDRKXCYVANCNFSM4L333PVQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <

https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243#issuecomment-608387083

, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AJEBWTUOLLUN425UUFLUUJ3RKXDNXANCNFSM4L333PVQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub < https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243#issuecomment-608388057 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AGCVKKRNRNRF5JH2BH2CLOLRKXDXHANCNFSM4L333PVQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243#issuecomment-608393690, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJEBWTS4NLAP3222PJWO3JTRKXFOJANCNFSM4L333PVQ .

jaromir-benes commented 4 years ago

Hi JohnPaul

It needs to be two commands in the Terminal like this:

First, type

cd /Users/johnpaul/Documents/MATLAB/IMF/IRIS/IRIS_Tbx_20181028/+thirdparty/x13

and press Return

Then, type

chmod +rx x13asmac

and again press Return.

Best Jaromi

On Fri, Apr 3, 2020 at 2:27 PM jpkarani notifications@github.com wrote:

dear Jaromi, Thank you for your assistance I tried to follow your instructions, I hope I made no mistake, this is what what I get

John-Pauls-MacBook-Pro:~ johnpaul$

cd'/Users/johnpaul/Documents/MATLAB/IMF/IRIS/IRIS_Tbx_20181028/+thirdparty/x13'chmod +rx x13asmac -bash:

cd/Users/johnpaul/Documents/MATLAB/IMF/IRIS/IRIS_Tbx_20181028/+thirdparty/x13chmod: No such file or directory

Regards JohnPaul

On Fri, 3 Apr 2020 at 20:58, Jaromír Beneš notifications@github.com wrote:

Hi

This is because the execute privileges are not set on your computer correctly for the X13 executable (not sure why exactly). The fix is easy.

First, in the Matlab command window, run

fullfile(iris.root, '+thirdparty', 'x13')

This will give you the full path to the folder where the X13 executable is located on your computer. Please copy this path (select the text, and Command-C)

Second, open your Terminal (press Command-Space, type Terminal, and Enter), and type these commands

cd chmod +rx x13asmac

(where you paste the path obtained earlier after the cd command)

You can exit the Terminal then (type exit and Enter), restart Matlab, and all should run alright. If not, let me know please.

Best Jaromi

On Fri, Apr 3, 2020 at 1:43 PM jpkarani notifications@github.com wrote:

Hi, Thank you for your email, I use Mac OS catalina

Regards JohnPaul

On Fri, Apr 3, 2020 at 20:41, Jaromír Beneš notifications@github.com wrote:

Hi

This looks like an operating system related issue. What's your operating system? Windows, Linux, macOS?

On Fri, Apr 3, 2020 at 1:35 PM jpkarani notifications@github.com wrote:

Hello; I have this error message could someone help me how to fix it

Warning: IRIS Toolbox Warning @ dbase:dbbatch. Error evaluating this expression in dbbatch( ): 'x12(d.CPI_U,Inf,'mode','m')'. Matlab says: IRIS Toolbox Error @ x13:x13. Unable to run the X13 executable.

Thanks;

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AGCVKKU5QSZXB3Z2XJDXUHDRKXCYVANCNFSM4L333PVQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <

https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243#issuecomment-608387083

, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AJEBWTUOLLUN425UUFLUUJ3RKXDNXANCNFSM4L333PVQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <

https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243#issuecomment-608388057

, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AGCVKKRNRNRF5JH2BH2CLOLRKXDXHANCNFSM4L333PVQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243#issuecomment-608393690 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AJEBWTS4NLAP3222PJWO3JTRKXFOJANCNFSM4L333PVQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243#issuecomment-608405426, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGCVKKSEWKDQLWEEXG4HPETRKXI2TANCNFSM4L333PVQ .

jpkarani commented 4 years ago

Dear Jaromi;

Sorry for any Inconvenience, it seems something is wrong after the first command this is the output I get

John-Pauls-MacBook-Pro:~ johnpaul$ cd/users/johnpaul/Documents/MATLAB/IMF/IRIS/IRIS_Tbx_20181028/+thirdparty/x13 -bash: cd/users/johnpaul/Documents/MATLAB/IMF/IRIS/IRIS_Tbx_20181028/+thirdparty/x13: No such file or directory

Regards JohnPaul

On Fri, 3 Apr 2020 at 21:31, Jaromír Beneš notifications@github.com wrote:

Hi JohnPaul

It needs to be two commands in the Terminal like this:

First, type

cd /Users/johnpaul/Documents/MATLAB/IMF/IRIS/IRIS_Tbx_20181028/+thirdparty/x13

and press Return

Then, type

chmod +rx x13asmac

and again press Return.

Best Jaromi

On Fri, Apr 3, 2020 at 2:27 PM jpkarani notifications@github.com wrote:

dear Jaromi, Thank you for your assistance I tried to follow your instructions, I hope I made no mistake, this is what what I get

John-Pauls-MacBook-Pro:~ johnpaul$

cd'/Users/johnpaul/Documents/MATLAB/IMF/IRIS/IRIS_Tbx_20181028/+thirdparty/x13'chmod +rx x13asmac -bash:

cd/Users/johnpaul/Documents/MATLAB/IMF/IRIS/IRIS_Tbx_20181028/+thirdparty/x13chmod: No such file or directory

Regards JohnPaul

On Fri, 3 Apr 2020 at 20:58, Jaromír Beneš notifications@github.com wrote:

Hi

This is because the execute privileges are not set on your computer correctly for the X13 executable (not sure why exactly). The fix is easy.

First, in the Matlab command window, run

fullfile(iris.root, '+thirdparty', 'x13')

This will give you the full path to the folder where the X13 executable is located on your computer. Please copy this path (select the text, and Command-C)

Second, open your Terminal (press Command-Space, type Terminal, and Enter), and type these commands

cd chmod +rx x13asmac

(where you paste the path obtained earlier after the cd command)

You can exit the Terminal then (type exit and Enter), restart Matlab, and all should run alright. If not, let me know please.

Best Jaromi

On Fri, Apr 3, 2020 at 1:43 PM jpkarani notifications@github.com wrote:

Hi, Thank you for your email, I use Mac OS catalina

Regards JohnPaul

On Fri, Apr 3, 2020 at 20:41, Jaromír Beneš < notifications@github.com> wrote:

Hi

This looks like an operating system related issue. What's your operating system? Windows, Linux, macOS?

On Fri, Apr 3, 2020 at 1:35 PM jpkarani notifications@github.com wrote:

Hello; I have this error message could someone help me how to fix it

Warning: IRIS Toolbox Warning @ dbase:dbbatch. Error evaluating this expression in dbbatch( ): 'x12(d.CPI_U,Inf,'mode','m')'. Matlab says: IRIS Toolbox Error @ x13:x13. Unable to run the X13 executable.

Thanks;

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243 , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AGCVKKU5QSZXB3Z2XJDXUHDRKXCYVANCNFSM4L333PVQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <

https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243#issuecomment-608387083

, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AJEBWTUOLLUN425UUFLUUJ3RKXDNXANCNFSM4L333PVQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <

https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243#issuecomment-608388057

, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AGCVKKRNRNRF5JH2BH2CLOLRKXDXHANCNFSM4L333PVQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <

https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243#issuecomment-608393690

, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AJEBWTS4NLAP3222PJWO3JTRKXFOJANCNFSM4L333PVQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub < https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243#issuecomment-608405426 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AGCVKKSEWKDQLWEEXG4HPETRKXI2TANCNFSM4L333PVQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243#issuecomment-608407159, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJEBWTTIH2F7P2QG2J4KYHDRKXJJ7ANCNFSM4L333PVQ .

jaromir-benes commented 4 years ago

Hi - There needs to a blank space between cd and the directory path, as in the instructions (it got somehow reformatted in my reply)

The first command is

cd /users/johnpaul/Documents/MATLAB/IMF/IRIS/IRIS_Tbx_20181028/+thirdparty/x13

not

cd/users/johnpaul/Documents/MATLAB/IMF/IRIS/IRIS_Tbx_20181028/+thirdparty/x13

On Fri, Apr 3, 2020 at 2:45 PM jpkarani notifications@github.com wrote:

Dear Jaromi;

Sorry for any Inconvenience, it seems something is wrong after the first command this is the output I get

John-Pauls-MacBook-Pro:~ johnpaul$

cd/users/johnpaul/Documents/MATLAB/IMF/IRIS/IRIS_Tbx_20181028/+thirdparty/x13 -bash:

cd/users/johnpaul/Documents/MATLAB/IMF/IRIS/IRIS_Tbx_20181028/+thirdparty/x13: No such file or directory

Regards JohnPaul

On Fri, 3 Apr 2020 at 21:31, Jaromír Beneš notifications@github.com wrote:

Hi JohnPaul

It needs to be two commands in the Terminal like this:

First, type

cd

/Users/johnpaul/Documents/MATLAB/IMF/IRIS/IRIS_Tbx_20181028/+thirdparty/x13

and press Return

Then, type

chmod +rx x13asmac

and again press Return.

Best Jaromi

On Fri, Apr 3, 2020 at 2:27 PM jpkarani notifications@github.com wrote:

dear Jaromi, Thank you for your assistance I tried to follow your instructions, I hope I made no mistake, this is what what I get

John-Pauls-MacBook-Pro:~ johnpaul$

cd'/Users/johnpaul/Documents/MATLAB/IMF/IRIS/IRIS_Tbx_20181028/+thirdparty/x13'chmod

+rx x13asmac -bash:

cd/Users/johnpaul/Documents/MATLAB/IMF/IRIS/IRIS_Tbx_20181028/+thirdparty/x13chmod:

No such file or directory

Regards JohnPaul

On Fri, 3 Apr 2020 at 20:58, Jaromír Beneš notifications@github.com wrote:

Hi

This is because the execute privileges are not set on your computer correctly for the X13 executable (not sure why exactly). The fix is easy.

First, in the Matlab command window, run

fullfile(iris.root, '+thirdparty', 'x13')

This will give you the full path to the folder where the X13 executable is located on your computer. Please copy this path (select the text, and Command-C)

Second, open your Terminal (press Command-Space, type Terminal, and Enter), and type these commands

cd chmod +rx x13asmac

(where you paste the path obtained earlier after the cd command)

You can exit the Terminal then (type exit and Enter), restart Matlab, and all should run alright. If not, let me know please.

Best Jaromi

On Fri, Apr 3, 2020 at 1:43 PM jpkarani notifications@github.com wrote:

Hi, Thank you for your email, I use Mac OS catalina

Regards JohnPaul

On Fri, Apr 3, 2020 at 20:41, Jaromír Beneš < notifications@github.com> wrote:

Hi

This looks like an operating system related issue. What's your operating system? Windows, Linux, macOS?

On Fri, Apr 3, 2020 at 1:35 PM jpkarani < notifications@github.com> wrote:

Hello; I have this error message could someone help me how to fix it

Warning: IRIS Toolbox Warning @ dbase:dbbatch. Error evaluating this expression in dbbatch( ): 'x12(d.CPI_U,Inf,'mode','m')'. Matlab says: IRIS Toolbox Error @ x13:x13. Unable to run the X13 executable.

Thanks;

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub < https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243 , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AGCVKKU5QSZXB3Z2XJDXUHDRKXCYVANCNFSM4L333PVQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <

https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243#issuecomment-608387083

, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AJEBWTUOLLUN425UUFLUUJ3RKXDNXANCNFSM4L333PVQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <

https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243#issuecomment-608388057

, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AGCVKKRNRNRF5JH2BH2CLOLRKXDXHANCNFSM4L333PVQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <

https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243#issuecomment-608393690

, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AJEBWTS4NLAP3222PJWO3JTRKXFOJANCNFSM4L333PVQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <

https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243#issuecomment-608405426

, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AGCVKKSEWKDQLWEEXG4HPETRKXI2TANCNFSM4L333PVQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243#issuecomment-608407159 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AJEBWTTIH2F7P2QG2J4KYHDRKXJJ7ANCNFSM4L333PVQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243#issuecomment-608413003, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGCVKKRDIS56LCINXW4AXNLRKXK57ANCNFSM4L333PVQ .

jaromir-benes commented 4 years ago

...sorry, it always gets split into two lines... the command is this:

cd /users/johnpaul/Documents/MATLAB/IMF/IRIS/IRIS_Tbx_20181028/+thirdparty/x13

jpkarani commented 4 years ago

Dear Jaromi,

Thank you very much for your help ultimately I figured out the problem;

when I typed this >> fullfile(iris.root, '+thirdparty', 'x13') on my command window, the path i was getting it was omitting the plus before x13, I went to the IRIS file and I edited the path and insert + before x13, I followed the rest of your instructions and now everything is working properly

Thank you very much

Best regards John-Paul

On Fri, 3 Apr 2020 at 22:04, Jaromír Beneš notifications@github.com wrote:

...sorry, it always gets split into two lines... the command is this:

cd /users/johnpaul/Documents/MATLAB/IMF/IRIS/IRIS_Tbx_20181028/+thirdparty/x13

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/243#issuecomment-608421493, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJEBWTRQLMIQ3WAOT4QANVDRKXNF5ANCNFSM4L333PVQ .