insight-lane / crash-model

Build a crash prediction modeling application that leverages multiple data sources to generate a set of dynamic predictions we can use to identify potential trouble spots and direct timely safety interventions.
https://insightlane.org
MIT License
112 stars 40 forks source link

Fix tests #228

Closed j-t-t closed 5 years ago

j-t-t commented 5 years ago

For some reason numpy coming out with a new version meant that the old pinned version of fiona didn't work, but also the most up to date version of fiona doesn't work either. So this updates the fiona version to a newer one.

And the newer version of fiona is more strict about geojson, so had to take out an extra } in one of the test files

codecov[bot] commented 5 years ago

Codecov Report

Merging #228 into master will not change coverage. The diff coverage is n/a.

@@          Coverage Diff           @@
##           master    #228   +/-   ##
======================================
  Coverage    54.5%   54.5%           
======================================
  Files          34      34           
  Lines        3315    3315           
======================================
  Hits         1807    1807           
  Misses       1508    1508