USF-IMARS / wv-land-cover

:earth_americas: Processing scripts for decision-tree land use classification on worldview 2 imagery
5 stars 5 forks source link

wv2_processing error #33

Open lamchunying opened 4 years ago

lamchunying commented 4 years ago
====================================================== ERRORS ======================================================
_________________________________ ERROR collecting wv_classify/wv_classify_test.py _________________________________
ImportError while importing test module '/home1/bellalam/XSEDE/git_workspace/imagery_utils/wv2-processing/wv_classify/wv_classify_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
wv_classify/wv_classify_test.py:4: in <module>
    from wv_classify.wv_classify import process_file
E   ImportError: cannot import name 'process_file'
================================================= warnings summary =================================================
/home1/bellalam/venv/lib/python3.6/site-packages/osgeo/__init__.py:8
  /home1/bellalam/venv/lib/python3.6/site-packages/osgeo/__init__.py:8: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
    import imp

-- Docs: https://docs.pytest.org/en/latest/warnings.html
============================================= short test summary info ==============================================
ERROR wv_classify/wv_classify_test.py
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
=========================================== 1 warning, 1 error in 0.92s ============================================