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

solver parsed as 'backslash' #4

Open
brossetti opened this issue Jun 30, 2017 · 0 comments
Open

solver parsed as 'backslash' #4

brossetti opened this issue Jun 30, 2017 · 0 comments

Comments

@brossetti
Copy link

brossetti commented Jun 30, 2017

Pull #2 breaks any example code that calls GaussNewton.m. For instance, E6_HNSP_MLPIR,SSD_affine2D.m breaks at line 65 in GaussNewton.m. There are actually two issues: (1) line 65 of GaussNewton.m has a syntax error and (2) the variable solver is being parsed as the string 'backslash'. Line 65 should be changed from error(1) to error('Error') because error() only accepts strings. A workaround for the second issue is to comment out lines 60-66 in GaussNewton.m. A fix will require further investigation into the parsing of the solver variable.

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

1 participant