This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-Authored-By: Jonathan Mak <jmak@stanford.edu>
- Loading branch information
0 parents
commit ca8f1a7
Showing
118 changed files
with
789,530 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: Test | ||
|
||
on: | ||
push: | ||
branches: [ master ] | ||
pull_request: | ||
|
||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Set up Python 3.9 | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: 3.9 | ||
- name: Install dependencies | ||
run: pip install -r requirements.txt | ||
- name: Lint with black | ||
run: black --diff . | ||
- name: Check for vulnerable packages | ||
run: pip install safety && safety check | ||
- name: Run PATS | ||
run: python analyzer.py | ||
working-directory: PATS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
*.p | ||
PaperScraper/bin | ||
PaperScraper/include | ||
PaperScraper/lib | ||
.Rproj.user | ||
.Rhistory | ||
.RData | ||
.Ruserdata | ||
.httr-oauth | ||
*.pyc | ||
.vscode | ||
.gitignore~ | ||
.DS_Store | ||
**/.DS_Store | ||
venv/ | ||
PaperScraper/AAAI/* | ||
PaperScraper/*.p | ||
R_Analysis/.RDataTmp | ||
Dewey2/info.py | ||
Dewey2/.ipynb_checkpoints/ | ||
Dewey2/output |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.