-
Notifications
You must be signed in to change notification settings - Fork 6
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
Error in 'wu list' #47
Comments
Do you have a 'setup.json' file in your .wu directory at the root of your Ostrich2 repository? It should look like:
|
You are right. Because I deleted the old repository and forked the latest one, the setup.json is missing. After I add it into the
|
The message means that the JSON description listed in the value field does not conform to an expected schema. In your case, the short name you are using uses non-supported characters such as the apostrophe (') and spaces (' '). Look at the regexp for 'short-name' in the schema file to see what is valid: Also, while the toolkit will not reject it for that, try to use really short names for the 'short-name' field so that it does not require a lot of typing when using it. I would suggest 'hf-mbp' rather than 'Hanfeng's MacBook Pro'. The commandline interace requires the user to type the short-name in an exact way to refer to the whole description. Ex: If we were to filter all runs according to the platform their where obtain from, it is a lot more convenient to type the second version. It would be good if your script reflected those constraints in the choice of a short-name. Otherwise we will have to ask people to change them manually. |
I added this issue Sable/wu-wei-benchmarking-toolkit#15 to eventually fix it and make it more convenient. |
Thanks a lot. The illegal characters in the field of short-name lead to the error. I also find a new field |
Before I check the command 'wu list' in the directory of 'Ostrich2', I have followed the steps below.
The error message is pasted here.
The text was updated successfully, but these errors were encountered: