ModuleNotFoundError: No module named 'hubdc.testdata'

Issue #383 resolved
Benjamin Jakimow created an issue

There is an error in hubdc/test/test_core.py

https://bitbucket.org/hu-geomatics/enmap-box/addon/pipelines/home#!/results/394

Traceback (most recent call last):
  File "hubdc/test/test_core.py", line 11, in <module>
    from hubdc.testdata import LT51940232010189KIS01, LT51940242010189KIS01, BrandenburgDistricts, root
ModuleNotFoundError: No module named 'hubdc.testdata'

Comments (6)

  1. Benjamin Jakimow reporter
    • changed status to open

    @Andreas Janz the error is still there:

    Traceback (most recent call last):
      File "hubdc/test/test_core.py", line 11, in <module>
        from hubdc.testdata import LT51940232010189KIS01, LT51940242010189KIS01, BrandenburgDistricts, root
    ModuleNotFoundError: No module named 'hubdc.testdata'
    

  2. Log in to comment