Skip to content

Commit

Permalink
update: remove workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
terryyz committed May 31, 2024
1 parent d0f47f2 commit 3540bd6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions script/run.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
NAMES=(indraneil chien jenny wenhao niklas hanhu ratna simon ming zhihan james xiaoheng armel)
rm -rf data/clean/*
mkdir -p data/clean
for name in "${NAMES[@]}"; do
# Copy all files for other names
cp data/raw/*"$name"*py data/clean/
done
# NAMES=(indraneil chien jenny wenhao niklas hanhu ratna simon ming zhihan james xiaoheng armel)
# rm -rf data/clean/*
# mkdir -p data/clean
# for name in "${NAMES[@]}"; do
# # Copy all files for other names
# cp data/raw/*"$name"*py data/clean/
# done

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

gzip data/BigCodeBench.jsonl > data/BigCodeBench.jsonl.gz
# gzip data/BigCodeBench.jsonl > data/BigCodeBench.jsonl.gz

# # used for BigCodeBench evaluation
# pip install -U bigcodebench
Expand Down

0 comments on commit 3540bd6

Please sign in to comment.