Skip to content

Commit

Permalink
feat: include js into gen
Browse files Browse the repository at this point in the history
  • Loading branch information
Co1lin committed Nov 13, 2024
1 parent 16b2d6f commit 75c9c3d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cweval/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ def _get_cases(self) -> Dict[str, Dict[str, str]]:
for root, _, files in os.walk(BENCHMARK_DIR):
if '__pycache__' in root:
continue
# TODO fix js
if 'js' in root:
continue
for file in natsorted(files):
file_wo_ext, ext = os.path.splitext(file)
if not (ext and file_wo_ext.endswith('_task')):
Expand Down

0 comments on commit 75c9c3d

Please sign in to comment.