Skip to content

Commit

Permalink
Fix imbalanced labels in tasks 200 and 202 (#682)
Browse files Browse the repository at this point in the history
* Fix imbalanced labels in tasks 200 and 202

* Remove tasks 202 and 200 from exceptions for skewed tasks
  • Loading branch information
Palipoor authored Dec 15, 2021
1 parent 6caeff4 commit 95cc35c
Show file tree
Hide file tree
Showing 3 changed files with 17,914 additions and 17,932 deletions.
2 changes: 1 addition & 1 deletion src/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def natural_keys(text):

# TODO: over time, we need to fix the skew of the following tasks
skew_exclusion = [
"050", "838", "1489", "150", "265", "027", "202", "200"
"050", "838", "1489", "150", "265", "027"
]

contributor_stats = {}
Expand Down
Loading

0 comments on commit 95cc35c

Please sign in to comment.