We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I can not run the test cases.
My command: $ python benchrun.py -f testcases/* -t 1 2 4 --includeFilter insert update --trialTime 10
$ python benchrun.py -f testcases/* -t 1 2 4 --includeFilter insert update --trialTime 10
Error message: File "benchrun.py", line 223 print commands ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(commands)?
File "benchrun.py", line 223 print commands ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(commands)?
Thanks for your help!
Pascal
The text was updated successfully, but these errors were encountered:
Are you working on a solution or did I something wrong in the configuration?
Sorry, something went wrong.
ghartnett
No branches or pull requests
Hi,
I can not run the test cases.
My command:
$ python benchrun.py -f testcases/* -t 1 2 4 --includeFilter insert update --trialTime 10
Error message:
File "benchrun.py", line 223 print commands ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(commands)?
Thanks for your help!
Pascal
The text was updated successfully, but these errors were encountered: