Skip to content

Commit

Permalink
Remove the warnings about the fact that infrastructure risk analysis …
Browse files Browse the repository at this point in the history
…is still experimental
  • Loading branch information
ptormene committed Jul 18, 2023
1 parent 2747d48 commit 9097b1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions doc/manual/risk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,6 @@ OpenQuake- engine Book (Risk).
Infrastructure Risk Analysis
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. warning::
Infrastructure Risk Analysis is still an experimental feature

Rationale
~~~~~~~~~

Expand Down
5 changes: 0 additions & 5 deletions openquake/calculators/event_based_damage.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,11 +289,6 @@ def post_execute(self, dummy):
if (hasattr(oq, 'infrastructure_connectivity_analysis')
and oq.infrastructure_connectivity_analysis):

# FIXME: Improve the warning message, both here and in the
# documentation
logging.warning(
'Connectivity analysis is still an experimental feature!')

conn_results = connectivity.analysis(self.datastore)
self._store_connectivity_analysis_results(conn_results)

Expand Down

0 comments on commit 9097b1a

Please sign in to comment.