Skip to content

Merge branch 'calibrate-impact-functions' of https://github.com/CLIMA… #129

Merge branch 'calibrate-impact-functions' of https://github.com/CLIMA…

Merge branch 'calibrate-impact-functions' of https://github.com/CLIMA… #129

GitHub Actions / Unit Test Results Python 3.11 failed Nov 20, 2023 in 0s

1 errors in 37s

1 tests  ±0   0 ✔️ ±0   37s ⏱️ -10s
1 suites ±0   0 💤 ±0 
1 files   ±0   0 ±0   1 🔥 ±0 

Results for commit 67ef797. ± Comparison against earlier commit 2ace55f.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results Python 3.11

climada.util.calibrate.test.test_calibrate 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/calibrate/test/test_calibrate.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../micromamba/envs/climada_env_3.11/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
climada/util/calibrate/__init__.py:4: in <module>
    from .bayesian_optimizer import BayesianOptimizer
climada/util/calibrate/bayesian_optimizer.py:10: in <module>
    from bayes_opt import BayesianOptimization
E   ModuleNotFoundError: No module named 'bayes_opt'