missing module
Closed
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
added Minor issue label
Please register or sign in to reply