Skip to content

Commit

Permalink
Remove write tests
Browse files Browse the repository at this point in the history
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
  • Loading branch information
erik-megarad authored and waynehamadi committed Jun 15, 2023
1 parent 512d7ba commit 38bcea1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 81 deletions.
38 changes: 0 additions & 38 deletions autogpt/commands/improve_code.py

This file was deleted.

40 changes: 0 additions & 40 deletions autogpt/commands/write_tests.py

This file was deleted.

2 changes: 0 additions & 2 deletions autogpt/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
"autogpt.commands.git_operations",
"autogpt.commands.google_search",
"autogpt.commands.image_gen",
"autogpt.commands.improve_code",
"autogpt.commands.web_selenium",
"autogpt.commands.write_tests",
"autogpt.app",
"autogpt.commands.task_statuses",
]
Expand Down
2 changes: 1 addition & 1 deletion tests/challenges/current_score.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"basic_abilities": {
"browse_website": {
"max_level": 1,
"max_level_beaten": 1
"max_level_beaten": null
},
"write_file": {
"max_level": 2,
Expand Down

0 comments on commit 38bcea1

Please sign in to comment.