Skip to content

Commit

Permalink
Merge pull request #17 from damian-horna/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Damian Horna authored Nov 2, 2019
2 parents 98e3a13 + aa090e5 commit 43ca0b0
Show file tree
Hide file tree
Showing 34 changed files with 2,427 additions and 49 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,10 @@ _configtest.o.d

# Used by mypy
.mypy_cache/
*.egg-info

# Environment
venv

# Datasets
data/extracted/
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ python:
- "3.7"
cache: pip
install:
- pip install -r requirements.txt
- pip install .
script:
- python tests.py
- pytest
Binary file added benchmarks/spider/data/data.zip
Binary file not shown.
9 changes: 9 additions & 0 deletions benchmarks/spider/spider-results.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
0.930,0.966,0.883
0.758,0.906,0.901
0.534,0.766,0.913
0.890,0.961,0.761
0.734,0.897,0.791
0.656,0.838,0.810
0.750,0.881,0.577
0.694,0.854,0.555
0.642,0.806,0.559
Loading

0 comments on commit 43ca0b0

Please sign in to comment.