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

test_SRMR fails due to missing test.mat #1

Closed
ajmacd opened this issue Nov 7, 2014 · 2 comments
Closed

test_SRMR fails due to missing test.mat #1

ajmacd opened this issue Nov 7, 2014 · 2 comments

Comments

@ajmacd
Copy link

ajmacd commented Nov 7, 2014

test.mat does not appear to be included in the source, giving the error:

Error using load
Unable to read file 'test.mat': no such file or directory.

Error in test_SRMR (line 21)
load test.mat

Additionally, the startup.m referenced in the first line is missing, meaning the user must addpath the necessary directories themselves.

It would be nice to have a working verification test.

@jfsantos
Copy link
Member

jfsantos commented Nov 7, 2014

Thanks for the bug report!

The missing test.mat file was added in a commit done this morning (8be3f23). I will update the test script to remove the instructions to use startup.m, as this is not valid anymore. Instead of using startup.m, you will have to update the path and compile the MEX files as described in the README file.

@jfsantos jfsantos closed this as completed Nov 7, 2014
@jfsantos
Copy link
Member

jfsantos commented Nov 7, 2014

Fixed in a353436.

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