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

Overwork makeFunctionsByName #104

Open
jakobbossek opened this issue Jun 16, 2017 · 0 comments
Open

Overwork makeFunctionsByName #104

jakobbossek opened this issue Jun 16, 2017 · 0 comments

Comments

@jakobbossek
Copy link
Owner

suite = makeFunctionsByName(filterFunctionsByTags("multimodal"), dimensions = 2L, m = 5L)
Error in makeFunctionsByName(filterFunctionsByTags("multimodal"), dimensions = 2L,  : 
  Assertion on 'dimensions' failed: Must be element of set {'3','4','6'}.
Calls: makeFunctionsByName ... <Anonymous> -> assertChoice -> makeAssertion -> mst

breaks since the multimodal functions Hartmann{3,4,6} are not defined for two dimensions.

I guess the best way to handle such cases is just to ignore Hartmann internally and print a warning. Any other proposals?

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

No branches or pull requests

1 participant