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

Refine Risk Assessment Terms: Vulnerability and Impact Functions (Update Guide_Introduction.ipynb) #802

Merged
merged 4 commits into from
May 2, 2024

Merge branch 'develop' into DahyannAraya-patch-1

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

Refine Risk Assessment Terms: Vulnerability and Impact Functions (Update Guide_Introduction.ipynb) #802

Merge branch 'develop' into DahyannAraya-patch-1
464627e
Select commit
Loading
Failed to load commit list.
GitHub Actions / Unit Test Results Python 3.9 failed May 2, 2024 in 0s

1 errors in 28s

1 tests  ±0   0 ✅ ±0   28s ⏱️ -8s
1 suites ±0   0 💤 ±0 
1 files   ±0   0 ❌ ±0   1 🔥 ±0 

Results for commit 464627e. ± Comparison against earlier commit bac6402.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

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

climada.util.test.test_lines_polys_handler with error

tests_xml/tests.xml [took 0s]
Raw output
collection failure
climada/util/test/test_lines_polys_handler.py:54: in <module>
    EXP_POINT = Client().get_exposures('base', name='test_point_exp', status='test_dataset')
climada/util/api_client.py:877: in get_exposures
    dataset = self.get_dataset_info(
climada/util/api_client.py:457: in get_dataset_info
    jarr = self.list_dataset_infos(
climada/util/api_client.py:418: in list_dataset_infos
    DatasetInfo.from_json(ds) for ds in self._request_200(url, params=params)
climada/util/api_client.py:341: in _request_200
    raise Client.NoConnection(
E   climada.util.api_client.Client.NoConnection: there is no internet connection and the client has not found any cached result for this request.