Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ieddtab.do: error with "test_matrix" line #287

Open
Heath1967 opened this issue Aug 11, 2022 · 2 comments
Open

ieddtab.do: error with "test_matrix" line #287

Heath1967 opened this issue Aug 11, 2022 · 2 comments

Comments

@Heath1967
Copy link

I'm working my way through the ieddtab.do file and I get an error when I get to the test_matrix command on line 71:

. test_matrix , rmatrix(result1) row("bp") col("2D") expected_val(-1.649999999999993)
too few ')' or ']'

I've tried multiple fixes, but none seem to work. Any thoughts?

Thanks,

@kbjarkefur
Copy link
Contributor

I just now ran exactly this version of the file https://github.com/worldbank/ietoolkit/blob/877d3d69abe9e825654286b61c8b847aedb2fa84/run/ieddtab.do (this is the current version in the main branch) and the file ran without error.

Which version of the file are you using? Did you make any edits to ieddtab.ado before running this file? ieddtab.do (note .ado vs .do) is a test file that we use to make sure that when adding new features to the command ieddtab we do not introduce new errors in some other feature of the command.

Since this is an open source project you are more than welcome to make contributions to the command. But if that is not what you are trying to do, then we might have been ambiguous about what the purpose of the .do files in the run folder is.

Thanks,

@Heath1967
Copy link
Author

Thanks! I'll give it another try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants