You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README directions for submitting an implementation report have some errors. 4. Rename implementation/results.json to implementation/YOUR_IMPLEMENTATION-results.json.
should be: 4. Rename implementations/report.json to implementations/YOUR_IMPLEMENTATION-report.json.
5. git add implementations/YOUR_IMPLEMENTATION-results.json and submit a pull request for your implementation.
should be: 5. git add implementations/YOUR_IMPLEMENTATION-report.json and submit a pull request for your implementation.
And it is unclear what the purpose of this instruction is: 6. cd implementations/ && node generate.js
The text was updated successfully, but these errors were encountered:
The README directions for submitting an implementation report have some errors.
4. Rename implementation/results.json to implementation/YOUR_IMPLEMENTATION-results.json.
should be:
4. Rename implementations/report.json to implementations/YOUR_IMPLEMENTATION-report.json.
5. git add implementations/YOUR_IMPLEMENTATION-results.json and submit a pull request for your implementation.
should be:
5. git add implementations/YOUR_IMPLEMENTATION-report.json and submit a pull request for your implementation.
And it is unclear what the purpose of this instruction is:
6. cd implementations/ && node generate.js
The text was updated successfully, but these errors were encountered: