forked from ShishirPatil/gorilla
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Bug Fix] Restrict AST checker on Boolean Variable (ShishirPatil#256)
This PR removes any AST checker answers that contain the string literals "True" and "False", thereby restricting the conditionals of the AST checker to strictly boolean value. Example: `[true, "true"] -> [true]` This PR will stack on top of ShishirPatil#252 Will this change the results of leaderboard? YES ShishirPatil#253 will updated the leaderboard with this fix.
- Loading branch information
1 parent
cdcf183
commit b009a07
Showing
4 changed files
with
61 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.