Skip to content

Commit

Permalink
minor readme changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Khashabi committed Jun 11, 2021
1 parent 9b541df commit 145c156
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ We would appreciate any external contributions! 🙏
* Make sure your task has no more 6.5k instances (input/output pairs).
* If you're building your tasks based existing datasets and their crowdsourcing templates, see these [guidelines](doc/crowdsourcing.md).
* Add your task to [our list of tasks](tasks/README.md).

*TODO:* testing and visualization of the submissions
* To make sure that your addition is formatted correctly, run the tests: `> python src/test_all.py`


If you have any questions or suggestions, please use [the issues](/~https://github.com/allenai/natural-instructions-expansion/issues) feature.

Expand Down
2 changes: 2 additions & 0 deletions src/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@
assert type(x['output']) == str, f'the output of example {x} is not a string'
assert type(x['explanation']) == str, f'the explanation of example {x} is not a string'


print("Did not find any errors! ✅")

0 comments on commit 145c156

Please sign in to comment.