Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates compute_angular_windspeeds to match new cyclostrophic argument approach #145

Merged
merged 1 commit into from
Dec 13, 2024

Updates to match https://github.com/CLIMADA-project/climada_python/pu…

cfba26b
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Updates compute_angular_windspeeds to match new cyclostrophic argument approach #145

Updates to match https://github.com/CLIMADA-project/climada_python/pu…
cfba26b
Select commit
Loading
Failed to load commit list.
GitHub Actions / Petals / Unit Test Results (3.9) failed Aug 9, 2024 in 0s

4 errors in 29s

4 tests   0 ✅  29s ⏱️
1 suites  0 💤
1 files    0 ❌  4 🔥

Results for commit cfba26b.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Petals / Unit Test Results (3.9)

climada_petals.hazard.rf_glofas.test.test_cds_glofas_downloader with error

climada_petals/tests_xml/tests.xml [took 0s]
Raw output
collection failure
climada_petals/hazard/rf_glofas/test/test_cds_glofas_downloader.py:11: in <module>
    from climada_petals.hazard.rf_glofas.cds_glofas_downloader import (
climada_petals/hazard/rf_glofas/__init__.py:22: in <module>
    from .setup import setup_all
climada_petals/hazard/rf_glofas/setup.py:32: in <module>
    from .transform_ops import (
climada_petals/hazard/rf_glofas/transform_ops.py:34: in <module>
    import xesmf as xe
../../../../micromamba/envs/climada_env_3.9/lib/python3.9/site-packages/xesmf/__init__.py:3: in <module>
    from . import data, util
../../../../micromamba/envs/climada_env_3.9/lib/python3.9/site-packages/xesmf/util.py:8: in <module>
    import esmpy as ESMF
../../../../micromamba/envs/climada_env_3.9/lib/python3.9/site-packages/esmpy/__init__.py:106: in <module>
    __author__ = msg["Author"]
../../../../micromamba/envs/climada_env_3.9/lib/python3.9/site-packages/importlib_metadata/_adapters.py:54: in __getitem__
    raise KeyError(item)
E   KeyError: 'Author'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Petals / Unit Test Results (3.9)

climada_petals.hazard.rf_glofas.test.test_rf_glofas with error

climada_petals/tests_xml/tests.xml [took 0s]
Raw output
collection failure
climada_petals/hazard/rf_glofas/test/test_rf_glofas.py:11: in <module>
    from climada_petals.hazard.rf_glofas import hazard_series_from_dataset
climada_petals/hazard/rf_glofas/__init__.py:22: in <module>
    from .setup import setup_all
climada_petals/hazard/rf_glofas/setup.py:32: in <module>
    from .transform_ops import (
climada_petals/hazard/rf_glofas/transform_ops.py:34: in <module>
    import xesmf as xe
../../../../micromamba/envs/climada_env_3.9/lib/python3.9/site-packages/xesmf/__init__.py:3: in <module>
    from . import data, util
../../../../micromamba/envs/climada_env_3.9/lib/python3.9/site-packages/xesmf/util.py:8: in <module>
    import esmpy as ESMF
../../../../micromamba/envs/climada_env_3.9/lib/python3.9/site-packages/esmpy/__init__.py:106: in <module>
    __author__ = msg["Author"]
../../../../micromamba/envs/climada_env_3.9/lib/python3.9/site-packages/importlib_metadata/_adapters.py:54: in __getitem__
    raise KeyError(item)
E   KeyError: 'Author'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Petals / Unit Test Results (3.9)

climada_petals.hazard.rf_glofas.test.test_river_flood_computation with error

climada_petals/tests_xml/tests.xml [took 0s]
Raw output
collection failure
climada_petals/hazard/rf_glofas/test/test_river_flood_computation.py:12: in <module>
    from climada_petals.hazard.rf_glofas.river_flood_computation import (
climada_petals/hazard/rf_glofas/__init__.py:22: in <module>
    from .setup import setup_all
climada_petals/hazard/rf_glofas/setup.py:32: in <module>
    from .transform_ops import (
climada_petals/hazard/rf_glofas/transform_ops.py:34: in <module>
    import xesmf as xe
../../../../micromamba/envs/climada_env_3.9/lib/python3.9/site-packages/xesmf/__init__.py:3: in <module>
    from . import data, util
../../../../micromamba/envs/climada_env_3.9/lib/python3.9/site-packages/xesmf/util.py:8: in <module>
    import esmpy as ESMF
../../../../micromamba/envs/climada_env_3.9/lib/python3.9/site-packages/esmpy/__init__.py:106: in <module>
    __author__ = msg["Author"]
../../../../micromamba/envs/climada_env_3.9/lib/python3.9/site-packages/importlib_metadata/_adapters.py:54: in __getitem__
    raise KeyError(item)
E   KeyError: 'Author'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Petals / Unit Test Results (3.9)

climada_petals.hazard.rf_glofas.test.test_transform_ops with error

climada_petals/tests_xml/tests.xml [took 0s]
Raw output
collection failure
climada_petals/hazard/rf_glofas/test/test_transform_ops.py:15: in <module>
    from climada_petals.hazard.rf_glofas.transform_ops import (
climada_petals/hazard/rf_glofas/__init__.py:22: in <module>
    from .setup import setup_all
climada_petals/hazard/rf_glofas/setup.py:32: in <module>
    from .transform_ops import (
climada_petals/hazard/rf_glofas/transform_ops.py:34: in <module>
    import xesmf as xe
../../../../micromamba/envs/climada_env_3.9/lib/python3.9/site-packages/xesmf/__init__.py:3: in <module>
    from . import data, util
../../../../micromamba/envs/climada_env_3.9/lib/python3.9/site-packages/xesmf/util.py:8: in <module>
    import esmpy as ESMF
../../../../micromamba/envs/climada_env_3.9/lib/python3.9/site-packages/esmpy/__init__.py:106: in <module>
    __author__ = msg["Author"]
../../../../micromamba/envs/climada_env_3.9/lib/python3.9/site-packages/importlib_metadata/_adapters.py:54: in __getitem__
    raise KeyError(item)
E   KeyError: 'Author'