SpaceNetChallenge / utilities

Packages intended to assist in the preprocessing of SpaceNet satellite imagery data corpus to a format that is consumable by machine learning algorithms.
Other
249 stars 97 forks source link

Import cleanup #104

Closed dlindenbaum closed 6 years ago

dlindenbaum commented 6 years ago

This is a quick fix to address #101

We still need unit tests for the functions and validate the need for the code base but this should fix import errors.

codecov-io commented 6 years ago

Codecov Report

Merging #104 into dev will increase coverage by 7.63%. The diff coverage is 81.48%.

Impacted file tree graph

@@            Coverage Diff            @@
##             dev     #104      +/-   ##
=========================================
+ Coverage   2.92%   10.56%   +7.63%     
=========================================
  Files         26       27       +1     
  Lines       2048     2072      +24     
=========================================
+ Hits          60      219     +159     
+ Misses      1988     1853     -135
Impacted Files Coverage Δ
macos_pytest.py 0% <0%> (ø)
setup.py 0% <0%> (ø) :arrow_up:
spacenetutilities/evalTools.py 14.66% <100%> (+14.66%) :arrow_up:
spacenetutilities/dataTools.py 100% <100%> (+100%) :arrow_up:
tests/test_main.py 100% <100%> (ø) :arrow_up:
spacenetutilities/labeltools/coreLabelTools.py 13.11% <0%> (+13.11%) :arrow_up:
spacenetutilities/labeltools/geojsonPrepTools.py 17.3% <0%> (+17.3%) :arrow_up:
spacenetutilities/labeltools/pascalVOCLabel.py 17.7% <0%> (+17.7%) :arrow_up:
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d1ce038...adae848. Read the comment docs.