Skip to content

Update use of IBtracs file. #258

Update use of IBtracs file.

Update use of IBtracs file. #258

GitHub Actions / Petals / Unit Test Results (3.10) failed Dec 9, 2024 in 0s

2 errors in 26s

2 tests   0 ✅  26s ⏱️
1 suites  0 💤
1 files    0 ❌  2 🔥

Results for commit b84f70a.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

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

climada_petals.hazard.test.test_tc_rainfield with error

climada_petals/tests_xml/tests.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/climada_petals/climada_petals/climada_petals/climada_petals/hazard/test/test_tc_rainfield.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../../micromamba/envs/climada_env_3.10/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
climada_petals/hazard/test/test_tc_rainfield.py:30: in <module>
    from climada.hazard.TCTracks import IBTRACS_FILE
E   ModuleNotFoundError: No module named 'climada.hazard.TCTracks'

Check failure on line 0 in /

See this annotation in the file changed.

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

climada_petals.hazard.test.test_tc_surge_bathtub with error

climada_petals/tests_xml/tests.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/climada_petals/climada_petals/climada_petals/climada_petals/hazard/test/test_tc_surge_bathtub.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../../micromamba/envs/climada_env_3.10/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
climada_petals/hazard/test/test_tc_surge_bathtub.py:31: in <module>
    from climada.hazard.TCTracks import IBTRACS_FILE
E   ModuleNotFoundError: No module named 'climada.hazard.TCTracks'