Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • kadlu kadlu
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • public_projects
  • kadlukadlu
  • Issues
  • #69

Closed
Open
Created Aug 18, 2020 by Oliver Kirsebom@kirsebomOwner

missing module

Having pulled the latest version from the master branch and created a new conda environment, I get the following error when attempting to run all tests:

(kadlu_env) oliskir@carbonoli:~/src/meridian/kadlu$ pytest kadlu/ --doctest-modules
/home/oliskir/src/meridian/kadlu/kadlu/geospatial/data_sources/data_util.py:68: UserWarning: storage location not configured. storage location will be set to /home/oliskir/kadlu_data/
  warnings.warn(f'{msg} storage location will be set to {storage_location}')
/home/oliskir/src/meridian/kadlu/kadlu/geospatial/data_sources/data_util.py:68: UserWarning: storage location not configured. storage location will be set to /home/oliskir/kadlu_data/
  warnings.warn(f'{msg} storage location will be set to {storage_location}')
ImportError while loading conftest '/home/oliskir/src/meridian/kadlu/kadlu/tests/conftest.py'.
kadlu/__init__.py:24: in <module>
    from .geospatial.data_sources.source_map import source_map
kadlu/geospatial/data_sources/source_map.py:10: in <module>
    import kadlu.geospatial.data_sources.gebco as gebco
kadlu/geospatial/data_sources/gebco.py:6: in <module>
    from kadlu.geospatial.data_sources.load_from_file import load_netcdf
kadlu/geospatial/data_sources/load_from_file.py:10: in <module>
    import mpl_scatter_density
E   ModuleNotFoundError: No module named 'mpl_scatter_density'

I see the mpl_scatter_density module has been commented out in the environment.yml file. Is there a reason for this?

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking