Skip to content

Commit 3540bd6

Browse files
committed
update: remove workflows
1 parent d0f47f2 commit 3540bd6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

script/run.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
NAMES=(indraneil chien jenny wenhao niklas hanhu ratna simon ming zhihan james xiaoheng armel)
2-
rm -rf data/clean/*
3-
mkdir -p data/clean
4-
for name in "${NAMES[@]}"; do
5-
# Copy all files for other names
6-
cp data/raw/*"$name"*py data/clean/
7-
done
1+
# NAMES=(indraneil chien jenny wenhao niklas hanhu ratna simon ming zhihan james xiaoheng armel)
2+
# rm -rf data/clean/*
3+
# mkdir -p data/clean
4+
# for name in "${NAMES[@]}"; do
5+
# # Copy all files for other names
6+
# cp data/raw/*"$name"*py data/clean/
7+
# done
88

9-
flake8 data/clean/*.py --select=E9,F63,F7,F82 --show-source --statistics
10-
python script/parse.py
9+
# flake8 data/clean/*.py --select=E9,F63,F7,F82 --show-source --statistics
10+
# python script/parse.py
1111

12-
gzip data/BigCodeBench.jsonl > data/BigCodeBench.jsonl.gz
12+
# gzip data/BigCodeBench.jsonl > data/BigCodeBench.jsonl.gz
1313

1414
# # used for BigCodeBench evaluation
1515
# pip install -U bigcodebench

0 commit comments

Comments
 (0)