-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding placeholder for degeneracy hunter docs
- Loading branch information
Andrew Lee
committed
Oct 3, 2023
1 parent
2ab12f4
commit 2d1ae09
Showing
5 changed files
with
32 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ Model Diagnostics Workflow | |
:maxdepth: 1 | ||
|
||
svd_analysis | ||
degeneracy_hunter | ||
|
||
Introduction | ||
------------ | ||
|
8 changes: 1 addition & 7 deletions
8
docs/reference_guides/core/util/diagnostics/degeneracy_hunter.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
12 changes: 12 additions & 0 deletions
12
docs/reference_guides/core/util/diagnostics/degeneracy_hunter_legacy.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters