Merge branch 'develop' into feature/multi_risk #111
GitHub Actions / Unit Test Results Python 3.9
failed
Nov 13, 2023 in 0s
Annotations
github-actions / Unit Test Results Python 3.9
climada.util.test.test_multi_risk with error
tests_xml/tests.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/climada_python/climada_python/climada/util/test/test_multi_risk.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../micromamba/envs/climada_env_3.9/lib/python3.9/importlib/__init__.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
climada/util/test/test_multi_risk.py:12: in <module>
from climada.hazard.tag import Tag as TagHaz
E ModuleNotFoundError: No module named 'climada.hazard.tag'
Loading