Update to_crs methods #257
31 errors in 12s
Annotations
github-actions / Unit Test Results Python 3.10
climada.engine.test.test_cost_benefit with error
tests_xml/tests.xml [took 0s]
Raw output
collection failure
../../../micromamba/envs/climada_env_3.10/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:688: in _load_unlocked
???
<frozen importlib._bootstrap_external>:883: in exec_module
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
climada/engine/__init__.py:21: in <module>
from .impact import *
climada/engine/impact.py:47: in <module>
from climada.entity import Exposures
climada/entity/__init__.py:21: in <module>
from .exposures import *
climada/entity/exposures/__init__.py:21: in <module>
from .base import *
climada/entity/exposures/base.py:39: in <module>
from climada.hazard import Hazard
climada/hazard/__init__.py:21: in <module>
from .centroids import *
climada/hazard/centroids/__init__.py:21: in <module>
from .centr import *
climada/hazard/centroids/centr.py:50: in <module>
class Centroids():
climada/hazard/centroids/centr.py:74: in Centroids
region_id: Union[Literal["country"], None, np.ndarray, list[float]] = None,
E NameError: name 'Literal' is not defined
github-actions / Unit Test Results Python 3.10
climada.engine.test.test_forecast with error
tests_xml/tests.xml [took 0s]
Raw output
collection failure
../../../micromamba/envs/climada_env_3.10/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:688: in _load_unlocked
???
<frozen importlib._bootstrap_external>:883: in exec_module
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
climada/engine/__init__.py:21: in <module>
from .impact import *
climada/engine/impact.py:47: in <module>
from climada.entity import Exposures
climada/entity/__init__.py:21: in <module>
from .exposures import *
climada/entity/exposures/__init__.py:21: in <module>
from .base import *
climada/entity/exposures/base.py:39: in <module>
from climada.hazard import Hazard
climada/hazard/__init__.py:21: in <module>
from .centroids import *
climada/hazard/centroids/__init__.py:21: in <module>
from .centr import *
climada/hazard/centroids/centr.py:50: in <module>
class Centroids():
climada/hazard/centroids/centr.py:74: in Centroids
region_id: Union[Literal["country"], None, np.ndarray, list[float]] = None,
E NameError: name 'Literal' is not defined
github-actions / Unit Test Results Python 3.10
climada.engine.test.test_impact with error
tests_xml/tests.xml [took 0s]
Raw output
collection failure
../../../micromamba/envs/climada_env_3.10/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:688: in _load_unlocked
???
<frozen importlib._bootstrap_external>:883: in exec_module
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
climada/engine/__init__.py:21: in <module>
from .impact import *
climada/engine/impact.py:47: in <module>
from climada.entity import Exposures
climada/entity/__init__.py:21: in <module>
from .exposures import *
climada/entity/exposures/__init__.py:21: in <module>
from .base import *
climada/entity/exposures/base.py:39: in <module>
from climada.hazard import Hazard
climada/hazard/__init__.py:21: in <module>
from .centroids import *
climada/hazard/centroids/__init__.py:21: in <module>
from .centr import *
climada/hazard/centroids/centr.py:50: in <module>
class Centroids():
climada/hazard/centroids/centr.py:74: in Centroids
region_id: Union[Literal["country"], None, np.ndarray, list[float]] = None,
E NameError: name 'Literal' is not defined
github-actions / Unit Test Results Python 3.10
climada.engine.test.test_impact_calc with error
tests_xml/tests.xml [took 0s]
Raw output
collection failure
../../../micromamba/envs/climada_env_3.10/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:688: in _load_unlocked
???
<frozen importlib._bootstrap_external>:883: in exec_module
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
climada/engine/__init__.py:21: in <module>
from .impact import *
climada/engine/impact.py:47: in <module>
from climada.entity import Exposures
climada/entity/__init__.py:21: in <module>
from .exposures import *
climada/entity/exposures/__init__.py:21: in <module>
from .base import *
climada/entity/exposures/base.py:39: in <module>
from climada.hazard import Hazard
climada/hazard/__init__.py:21: in <module>
from .centroids import *
climada/hazard/centroids/__init__.py:21: in <module>
from .centr import *
climada/hazard/centroids/centr.py:50: in <module>
class Centroids():
climada/hazard/centroids/centr.py:74: in Centroids
region_id: Union[Literal["country"], None, np.ndarray, list[float]] = None,
E NameError: name 'Literal' is not defined
github-actions / Unit Test Results Python 3.10
climada.engine.test.test_impact_data with error
tests_xml/tests.xml [took 0s]
Raw output
collection failure
../../../micromamba/envs/climada_env_3.10/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:688: in _load_unlocked
???
<frozen importlib._bootstrap_external>:883: in exec_module
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
climada/engine/__init__.py:21: in <module>
from .impact import *
climada/engine/impact.py:47: in <module>
from climada.entity import Exposures
climada/entity/__init__.py:21: in <module>
from .exposures import *
climada/entity/exposures/__init__.py:21: in <module>
from .base import *
climada/entity/exposures/base.py:39: in <module>
from climada.hazard import Hazard
climada/hazard/__init__.py:21: in <module>
from .centroids import *
climada/hazard/centroids/__init__.py:21: in <module>
from .centr import *
climada/hazard/centroids/centr.py:50: in <module>
class Centroids():
climada/hazard/centroids/centr.py:74: in Centroids
region_id: Union[Literal["country"], None, np.ndarray, list[float]] = None,
E NameError: name 'Literal' is not defined
github-actions / Unit Test Results Python 3.10
climada.engine.unsequa.test.test_unsequa with error
tests_xml/tests.xml [took 0s]
Raw output
collection failure
../../../micromamba/envs/climada_env_3.10/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:688: in _load_unlocked
???
<frozen importlib._bootstrap_external>:883: in exec_module
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
climada/engine/__init__.py:21: in <module>
from .impact import *
climada/engine/impact.py:47: in <module>
from climada.entity import Exposures
climada/entity/__init__.py:21: in <module>
from .exposures import *
climada/entity/exposures/__init__.py:21: in <module>
from .base import *
climada/entity/exposures/base.py:39: in <module>
from climada.hazard import Hazard
climada/hazard/__init__.py:21: in <module>
from .centroids import *
climada/hazard/centroids/__init__.py:21: in <module>
from .centr import *
climada/hazard/centroids/centr.py:50: in <module>
class Centroids():
climada/hazard/centroids/centr.py:74: in Centroids
region_id: Union[Literal["country"], None, np.ndarray, list[float]] = None,
E NameError: name 'Literal' is not defined
github-actions / Unit Test Results Python 3.10
climada.entity.disc_rates.test.test_base with error
tests_xml/tests.xml [took 0s]
Raw output
collection failure
../../../micromamba/envs/climada_env_3.10/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:688: in _load_unlocked
???
<frozen importlib._bootstrap_external>:883: in exec_module
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
climada/entity/__init__.py:21: in <module>
from .exposures import *
climada/entity/exposures/__init__.py:21: in <module>
from .base import *
climada/entity/exposures/base.py:39: in <module>
from climada.hazard import Hazard
climada/hazard/__init__.py:21: in <module>
from .centroids import *
climada/hazard/centroids/__init__.py:21: in <module>
from .centr import *
climada/hazard/centroids/centr.py:50: in <module>
class Centroids():
climada/hazard/centroids/centr.py:74: in Centroids
region_id: Union[Literal["country"], None, np.ndarray, list[float]] = None,
E NameError: name 'Literal' is not defined
github-actions / Unit Test Results Python 3.10
climada.entity.exposures.test.test_base with error
tests_xml/tests.xml [took 0s]
Raw output
collection failure
../../../micromamba/envs/climada_env_3.10/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:688: in _load_unlocked
???
<frozen importlib._bootstrap_external>:883: in exec_module
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
climada/entity/__init__.py:21: in <module>
from .exposures import *
climada/entity/exposures/__init__.py:21: in <module>
from .base import *
climada/entity/exposures/base.py:39: in <module>
from climada.hazard import Hazard
climada/hazard/__init__.py:21: in <module>
from .centroids import *
climada/hazard/centroids/__init__.py:21: in <module>
from .centr import *
climada/hazard/centroids/centr.py:50: in <module>
class Centroids():
climada/hazard/centroids/centr.py:74: in Centroids
region_id: Union[Literal["country"], None, np.ndarray, list[float]] = None,
E NameError: name 'Literal' is not defined
github-actions / Unit Test Results Python 3.10
climada.entity.exposures.test.test_litpop with error
tests_xml/tests.xml [took 0s]
Raw output
collection failure
../../../micromamba/envs/climada_env_3.10/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:688: in _load_unlocked
???
<frozen importlib._bootstrap_external>:883: in exec_module
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
climada/entity/__init__.py:21: in <module>
from .exposures import *
climada/entity/exposures/__init__.py:21: in <module>
from .base import *
climada/entity/exposures/base.py:39: in <module>
from climada.hazard import Hazard
climada/hazard/__init__.py:21: in <module>
from .centroids import *
climada/hazard/centroids/__init__.py:21: in <module>
from .centr import *
climada/hazard/centroids/centr.py:50: in <module>
class Centroids():
climada/hazard/centroids/centr.py:74: in Centroids
region_id: Union[Literal["country"], None, np.ndarray, list[float]] = None,
E NameError: name 'Literal' is not defined
github-actions / Unit Test Results Python 3.10
climada.entity.exposures.test.test_mat with error
tests_xml/tests.xml [took 0s]
Raw output
collection failure
../../../micromamba/envs/climada_env_3.10/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:688: in _load_unlocked
???
<frozen importlib._bootstrap_external>:883: in exec_module
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
climada/entity/__init__.py:21: in <module>
from .exposures import *
climada/entity/exposures/__init__.py:21: in <module>
from .base import *
climada/entity/exposures/base.py:39: in <module>
from climada.hazard import Hazard
climada/hazard/__init__.py:21: in <module>
from .centroids import *
climada/hazard/centroids/__init__.py:21: in <module>
from .centr import *
climada/hazard/centroids/centr.py:50: in <module>
class Centroids():
climada/hazard/centroids/centr.py:74: in Centroids
region_id: Union[Literal["country"], None, np.ndarray, list[float]] = None,
E NameError: name 'Literal' is not defined
github-actions / Unit Test Results Python 3.10
climada.entity.exposures.test.test_nightlight with error
tests_xml/tests.xml [took 0s]
Raw output
collection failure
../../../micromamba/envs/climada_env_3.10/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:688: in _load_unlocked
???
<frozen importlib._bootstrap_external>:883: in exec_module
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
climada/entity/__init__.py:21: in <module>
from .exposures import *
climada/entity/exposures/__init__.py:21: in <module>
from .base import *
climada/entity/exposures/base.py:39: in <module>
from climada.hazard import Hazard
climada/hazard/__init__.py:21: in <module>
from .centroids import *
climada/hazard/centroids/__init__.py:21: in <module>
from .centr import *
climada/hazard/centroids/centr.py:50: in <module>
class Centroids():
climada/hazard/centroids/centr.py:74: in Centroids
region_id: Union[Literal["country"], None, np.ndarray, list[float]] = None,
E NameError: name 'Literal' is not defined
github-actions / Unit Test Results Python 3.10
climada.entity.impact_funcs.test.test_base with error
tests_xml/tests.xml [took 0s]
Raw output
collection failure
../../../micromamba/envs/climada_env_3.10/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:688: in _load_unlocked
???
<frozen importlib._bootstrap_external>:883: in exec_module
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
climada/entity/__init__.py:21: in <module>
from .exposures import *
climada/entity/exposures/__init__.py:21: in <module>
from .base import *
climada/entity/exposures/base.py:39: in <module>
from climada.hazard import Hazard
climada/hazard/__init__.py:21: in <module>
from .centroids import *
climada/hazard/centroids/__init__.py:21: in <module>
from .centr import *
climada/hazard/centroids/centr.py:50: in <module>
class Centroids():
climada/hazard/centroids/centr.py:74: in Centroids
region_id: Union[Literal["country"], None, np.ndarray, list[float]] = None,
E NameError: name 'Literal' is not defined
github-actions / Unit Test Results Python 3.10
climada.entity.impact_funcs.test.test_imp_fun_set with error
tests_xml/tests.xml [took 0s]
Raw output
collection failure
../../../micromamba/envs/climada_env_3.10/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:688: in _load_unlocked
???
<frozen importlib._bootstrap_external>:883: in exec_module
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
climada/entity/__init__.py:21: in <module>
from .exposures import *
climada/entity/exposures/__init__.py:21: in <module>
from .base import *
climada/entity/exposures/base.py:39: in <module>
from climada.hazard import Hazard
climada/hazard/__init__.py:21: in <module>
from .centroids import *
climada/hazard/centroids/__init__.py:21: in <module>
from .centr import *
climada/hazard/centroids/centr.py:50: in <module>
class Centroids():
climada/hazard/centroids/centr.py:74: in Centroids
region_id: Union[Literal["country"], None, np.ndarray, list[float]] = None,
E NameError: name 'Literal' is not defined
github-actions / Unit Test Results Python 3.10
climada.entity.impact_funcs.test.test_tc with error
tests_xml/tests.xml [took 0s]
Raw output
collection failure
../../../micromamba/envs/climada_env_3.10/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:688: in _load_unlocked
???
<frozen importlib._bootstrap_external>:883: in exec_module
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
climada/entity/__init__.py:21: in <module>
from .exposures import *
climada/entity/exposures/__init__.py:21: in <module>
from .base import *
climada/entity/exposures/base.py:39: in <module>
from climada.hazard import Hazard
climada/hazard/__init__.py:21: in <module>
from .centroids import *
climada/hazard/centroids/__init__.py:21: in <module>
from .centr import *
climada/hazard/centroids/centr.py:50: in <module>
class Centroids():
climada/hazard/centroids/centr.py:74: in Centroids
region_id: Union[Literal["country"], None, np.ndarray, list[float]] = None,
E NameError: name 'Literal' is not defined
github-actions / Unit Test Results Python 3.10
climada.entity.impact_funcs.test.test_ws with error
tests_xml/tests.xml [took 0s]
Raw output
collection failure
../../../micromamba/envs/climada_env_3.10/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:688: in _load_unlocked
???
<frozen importlib._bootstrap_external>:883: in exec_module
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
climada/entity/__init__.py:21: in <module>
from .exposures import *
climada/entity/exposures/__init__.py:21: in <module>
from .base import *
climada/entity/exposures/base.py:39: in <module>
from climada.hazard import Hazard
climada/hazard/__init__.py:21: in <module>
from .centroids import *
climada/hazard/centroids/__init__.py:21: in <module>
from .centr import *
climada/hazard/centroids/centr.py:50: in <module>
class Centroids():
climada/hazard/centroids/centr.py:74: in Centroids
region_id: Union[Literal["country"], None, np.ndarray, list[float]] = None,
E NameError: name 'Literal' is not defined
github-actions / Unit Test Results Python 3.10
climada.entity.measures.test.test_base with error
tests_xml/tests.xml [took 0s]
Raw output
collection failure
../../../micromamba/envs/climada_env_3.10/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:688: in _load_unlocked
???
<frozen importlib._bootstrap_external>:883: in exec_module
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
climada/entity/__init__.py:21: in <module>
from .exposures import *
climada/entity/exposures/__init__.py:21: in <module>
from .base import *
climada/entity/exposures/base.py:39: in <module>
from climada.hazard import Hazard
climada/hazard/__init__.py:21: in <module>
from .centroids import *
climada/hazard/centroids/__init__.py:21: in <module>
from .centr import *
climada/hazard/centroids/centr.py:50: in <module>
class Centroids():
climada/hazard/centroids/centr.py:74: in Centroids
region_id: Union[Literal["country"], None, np.ndarray, list[float]] = None,
E NameError: name 'Literal' is not defined
github-actions / Unit Test Results Python 3.10
climada.entity.measures.test.test_meas_set with error
tests_xml/tests.xml [took 0s]
Raw output
collection failure
../../../micromamba/envs/climada_env_3.10/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:688: in _load_unlocked
???
<frozen importlib._bootstrap_external>:883: in exec_module
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
climada/entity/__init__.py:21: in <module>
from .exposures import *
climada/entity/exposures/__init__.py:21: in <module>
from .base import *
climada/entity/exposures/base.py:39: in <module>
from climada.hazard import Hazard
climada/hazard/__init__.py:21: in <module>
from .centroids import *
climada/hazard/centroids/__init__.py:21: in <module>
from .centr import *
climada/hazard/centroids/centr.py:50: in <module>
class Centroids():
climada/hazard/centroids/centr.py:74: in Centroids
region_id: Union[Literal["country"], None, np.ndarray, list[float]] = None,
E NameError: name 'Literal' is not defined
github-actions / Unit Test Results Python 3.10
climada.entity.tag.test.test_tag with error
tests_xml/tests.xml [took 0s]
Raw output
collection failure
climada/entity/tag/test/test_tag.py:24: in <module>
from climada.entity.tag import Tag
climada/entity/__init__.py:21: in <module>
from .exposures import *
climada/entity/exposures/__init__.py:21: in <module>
from .base import *
climada/entity/exposures/base.py:39: in <module>
from climada.hazard import Hazard
climada/hazard/__init__.py:21: in <module>
from .centroids import *
climada/hazard/centroids/__init__.py:21: in <module>
from .centr import *
climada/hazard/centroids/centr.py:50: in <module>
class Centroids():
climada/hazard/centroids/centr.py:74: in Centroids
region_id: Union[Literal["country"], None, np.ndarray, list[float]] = None,
E NameError: name 'Literal' is not defined
github-actions / Unit Test Results Python 3.10
climada.entity.test.test_entity with error
tests_xml/tests.xml [took 0s]
Raw output
collection failure
../../../micromamba/envs/climada_env_3.10/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:688: in _load_unlocked
???
<frozen importlib._bootstrap_external>:883: in exec_module
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
climada/entity/__init__.py:21: in <module>
from .exposures import *
climada/entity/exposures/__init__.py:21: in <module>
from .base import *
climada/entity/exposures/base.py:39: in <module>
from climada.hazard import Hazard
climada/hazard/__init__.py:21: in <module>
from .centroids import *
climada/hazard/centroids/__init__.py:21: in <module>
from .centr import *
climada/hazard/centroids/centr.py:50: in <module>
class Centroids():
climada/hazard/centroids/centr.py:74: in Centroids
region_id: Union[Literal["country"], None, np.ndarray, list[float]] = None,
E NameError: name 'Literal' is not defined
github-actions / Unit Test Results Python 3.10
climada.hazard.centroids.test.test_centr with error
tests_xml/tests.xml [took 0s]
Raw output
collection failure
../../../micromamba/envs/climada_env_3.10/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:688: in _load_unlocked
???
<frozen importlib._bootstrap_external>:883: in exec_module
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
climada/hazard/__init__.py:21: in <module>
from .centroids import *
climada/hazard/centroids/__init__.py:21: in <module>
from .centr import *
climada/hazard/centroids/centr.py:50: in <module>
class Centroids():
climada/hazard/centroids/centr.py:74: in Centroids
region_id: Union[Literal["country"], None, np.ndarray, list[float]] = None,
E NameError: name 'Literal' is not defined
github-actions / Unit Test Results Python 3.10
climada.hazard.centroids.test.test_vec_ras with error
tests_xml/tests.xml [took 0s]
Raw output
collection failure
../../../micromamba/envs/climada_env_3.10/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:688: in _load_unlocked
???
<frozen importlib._bootstrap_external>:883: in exec_module
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
climada/hazard/__init__.py:21: in <module>
from .centroids import *
climada/hazard/centroids/__init__.py:21: in <module>
from .centr import *
climada/hazard/centroids/centr.py:50: in <module>
class Centroids():
climada/hazard/centroids/centr.py:74: in Centroids
region_id: Union[Literal["country"], None, np.ndarray, list[float]] = None,
E NameError: name 'Literal' is not defined
github-actions / Unit Test Results Python 3.10
climada.hazard.test.test_base with error
tests_xml/tests.xml [took 0s]
Raw output
collection failure
../../../micromamba/envs/climada_env_3.10/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:688: in _load_unlocked
???
<frozen importlib._bootstrap_external>:883: in exec_module
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
climada/hazard/__init__.py:21: in <module>
from .centroids import *
climada/hazard/centroids/__init__.py:21: in <module>
from .centr import *
climada/hazard/centroids/centr.py:50: in <module>
class Centroids():
climada/hazard/centroids/centr.py:74: in Centroids
region_id: Union[Literal["country"], None, np.ndarray, list[float]] = None,
E NameError: name 'Literal' is not defined
github-actions / Unit Test Results Python 3.10
climada.hazard.test.test_base_xarray with error
tests_xml/tests.xml [took 0s]
Raw output
collection failure
../../../micromamba/envs/climada_env_3.10/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:688: in _load_unlocked
???
<frozen importlib._bootstrap_external>:883: in exec_module
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
climada/hazard/__init__.py:21: in <module>
from .centroids import *
climada/hazard/centroids/__init__.py:21: in <module>
from .centr import *
climada/hazard/centroids/centr.py:50: in <module>
class Centroids():
climada/hazard/centroids/centr.py:74: in Centroids
region_id: Union[Literal["country"], None, np.ndarray, list[float]] = None,
E NameError: name 'Literal' is not defined
github-actions / Unit Test Results Python 3.10
climada.hazard.test.test_storm_europe with error
tests_xml/tests.xml [took 0s]
Raw output
collection failure
../../../micromamba/envs/climada_env_3.10/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:688: in _load_unlocked
???
<frozen importlib._bootstrap_external>:883: in exec_module
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
climada/hazard/__init__.py:21: in <module>
from .centroids import *
climada/hazard/centroids/__init__.py:21: in <module>
from .centr import *
climada/hazard/centroids/centr.py:50: in <module>
class Centroids():
climada/hazard/centroids/centr.py:74: in Centroids
region_id: Union[Literal["country"], None, np.ndarray, list[float]] = None,
E NameError: name 'Literal' is not defined
github-actions / Unit Test Results Python 3.10
climada.hazard.test.test_tc_cc with error
tests_xml/tests.xml [took 0s]
Raw output
collection failure
../../../micromamba/envs/climada_env_3.10/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1027: in _find_and_load
???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:688: in _load_unlocked
???
<frozen importlib._bootstrap_external>:883: in exec_module
???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
???
climada/hazard/__init__.py:21: in <module>
from .centroids import *
climada/hazard/centroids/__init__.py:21: in <module>
from .centr import *
climada/hazard/centroids/centr.py:50: in <module>
class Centroids():
climada/hazard/centroids/centr.py:74: in Centroids
region_id: Union[Literal["country"], None, np.ndarray, list[float]] = None,
E NameError: name 'Literal' is not defined