-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BFCL] Fix Dataset and Possible Answer Issue (#557)
This PR fixes #550, fixes #541, and all the issues pointed out by the comments below. We want to thank @lucenzhong and @XuHwang for pointing these out. Here's a breakdown of the changes: - simple: 7 entry affected - Indices: `13, 14, 15, 16, 200, 285, 375` - multiple function: 3 entry affected. - Indices: `29, 33, 99` - parallel function: 5 entry affected. - Indices: `26, 71, 72, 73, 89` - parallel multiple function: 6 entry affected. - Indices: `4, 19, 80, 83, 132, 195` - executable parallel function: 1 entry affected - Indices: `11` - javascript: 3 entry affected - Indices: `18, 29, 35` This will affect the leaderboard score. We will update it soon, in a different PR.
- Loading branch information
1 parent
ee5b3f0
commit 0a49cfc
Showing
7 changed files
with
25 additions
and
25 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
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
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.