Skip to content

Commit 0f11d4f

Browse files
author
Ubuntu
committed
Check total
1 parent cf12a8c commit 0f11d4f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/python-3.10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: python-3.10
55

66
on:
77
push:
8-
branches: [ "main", "indraneil-test" ]
8+
branches: [ "main" ]
99
pull_request:
1010
branches: [ "main" ]
1111

script/run.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
NAMES=(indraneil) #chien jenny wenhao niklas hanhu ratna simon ming zhihan james xiaoheng armel)
2+
NAMES=(indraneil chien jenny wenhao niklas hanhu ratna simon ming zhihan james xiaoheng armel)
33
rm -rf data/clean/*
44
mkdir -p data/clean
55
for name in "${NAMES[@]}"; do
@@ -13,8 +13,8 @@ python script/parse.py
1313
gzip -c data/wild-code-bench.jsonl > data/wild-code-bench.jsonl.gz
1414

1515
# # used for WildCode evaluation
16-
pip install -U wild-code
17-
python script/eval.py --samples data/wild-code-bench.jsonl
16+
# pip install -U wild-code
17+
# python script/eval.py --samples data/wild-code-bench.jsonl
1818

1919
for file in data/processed/*wo_doc.py; do
2020

0 commit comments

Comments
 (0)