Skip to content

Commit

Permalink
Adding placeholder for degeneracy hunter docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Lee committed Oct 3, 2023
1 parent 2ab12f4 commit 2d1ae09
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 8 deletions.
16 changes: 16 additions & 0 deletions docs/explanations/model_diagnostics/degeneracy_hunter.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Degeneracy Hunter
=================

.. contents::
:depth: 3
:local:

Examples
--------

An example of using ``Degeneracy Hunter`` can be found here: https://idaes-examples.readthedocs.io/en/latest/docs/diagnostics/degeneracy_hunter_doc.html

Introduction
------------

TBA
1 change: 1 addition & 0 deletions docs/explanations/model_diagnostics/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Model Diagnostics Workflow
:maxdepth: 1

svd_analysis
degeneracy_hunter

Introduction
------------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
Degeneracy Hunter
=================

.. note::

v2.2: The Degeneracy Hunter tool is being deprecated in favor of the newer Diagnostics Toolbox.

Over the next few releases the functionality of Degeneracy Hunter will be moved over to the new Diagnostics Toolbox which will also contain a number of other tools for diagnosing model issues.

.. autoclass:: idaes.core.util.model_diagnostics.DegeneracyHunter
.. autoclass:: idaes.core.util.model_diagnostics.DegeneracyHunter2
:members:

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Degeneracy Hunter (Legacy)
==========================

.. note::

v2.2: The original Degeneracy Hunter tool is being deprecated in favor of the newer Diagnostics Toolbox.

Over the next few releases the functionality of Degeneracy Hunter will be moved over to the new Diagnostics Toolbox which will also contain a number of other tools for diagnosing model issues.

.. autoclass:: idaes.core.util.model_diagnostics.DegeneracyHunter
:members:

3 changes: 2 additions & 1 deletion docs/reference_guides/core/util/model_diagnostics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ The IDAES toolset contains a number of utility functions which can be useful for
diagnostics/diagnostics_toolbox
diagnostics/svd_toolbox
diagnostics/degeneracy_hunter
diagnostics/degeneracy_hunter_legacy

Other Methods
^^^^^^^^^^^^^

.. automodule:: idaes.core.util.model_diagnostics
:exclude-members: DegeneracyHunter, DiagnosticsToolbox, SVDToolbox, svd_dense, svd_sparse
:exclude-members: DegeneracyHunter, DiagnosticsToolbox, SVDToolbox, DegeneracyHunter2, svd_dense, svd_sparse
:members:

0 comments on commit 2d1ae09

Please sign in to comment.