8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
With the cocoex installed from the current master branch
cocoex
import cocoex for sname in cocoex.known_suite_names: print(sname, flush=True) try: suite = cocoex.Suite(sname, "year: 2022", "") except e: print("{} raised exception {}".format(sname, e))
crashes the Python kernel already for the first bbob suite. Namely, it also fails on the bbob-largescale suite and works on the others.
bbob
bbob-largescale
Expected: the above code runs smoothly.
The text was updated successfully, but these errors were encountered:
addressed #2089 by changing the order of the IFs as well as adding de…
b646039
…fault values for the instances and year >= 2009 where needed
I pushed a small change in the code to development which addresses the above and passes the test for all years from 2009 onwards.
development
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
With the
cocoex
installed from the current master branchcrashes the Python kernel already for the first
bbob
suite. Namely, it also fails on thebbob-largescale
suite and works on the others.Expected: the above code runs smoothly.
The text was updated successfully, but these errors were encountered: