Skip to content

Commit

Permalink
Load model locations (#122)
Browse files Browse the repository at this point in the history
* Add model location loading

* Update downsample and resave to handle locs

* garble

* Big CI data update

* gitignore geojson

* Gitignore vscode stuff

* better pylint messages

* Small code style tweaks

* Perhaps the problem is with Windows.

No real code change but might be working on Ubuntu now.

* enforce as string
  • Loading branch information
kbrose authored Jul 1, 2018
1 parent 4b91d1b commit f548df3
Show file tree
Hide file tree
Showing 9 changed files with 14,933 additions and 15,591 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ dist/
lib/.coverage
.pytest_cache*
*.gz
lib/tagnews/data/*.geojson
.vscode*
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
generated-members=pandas.*
26,079 changes: 12,473 additions & 13,606 deletions lib/tagnews/data/ci-data/newsarticles_article.csv

Large diffs are not rendered by default.

Loading

0 comments on commit f548df3

Please sign in to comment.