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

Bug in function NN.checkRobust #230

Closed
m-usama-z opened this issue Aug 3, 2024 · 1 comment
Closed

Bug in function NN.checkRobust #230

m-usama-z opened this issue Aug 3, 2024 · 1 comment

Comments

@m-usama-z
Copy link

m-usama-z commented Aug 3, 2024

Hi. There is a critical bug in the function checkRobust in the NN.m file. Line 372 is currently

R = outputSet(s).toStar;

But it should be

R(s) = outputSet(s).toStar;

because the former is ignoring all but the last output set in the case there are multiple output sets.

@mldiego
Copy link
Collaborator

mldiego commented Aug 5, 2024

Thanks for catching that, it has been fixed in #232

@mldiego mldiego closed this as completed Aug 5, 2024
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