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

OUU: Fixing documentation typo #1187

Merged
merged 2 commits into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/source/chapt_ouu/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sample file.
#. Under ‘Variables’, set variable :math:`1-4` as :math:`Z_1`, variable
:math:`5-8` as :math:`Z_2`, and variable :math:`9-12` as :math:`Z_3`.

#. Under ‘Optimization Setup’, select the first objection function
#. Under ‘Optimization Setup’, select the first objective function
(default) and select ‘use model as optimizer’ as the ‘Inner Solver’.

#. Under ‘UQ Setup’ and ‘Discrete Random Variables’, browse the
Expand Down Expand Up @@ -60,7 +60,7 @@ sample of size :math:`200` for :math:`Z_4`.
#. Under ‘Variables’, set variable :math:`1-4` as :math:`Z_1`, variable
:math:`5-8` as :math:`Z_2`, and variable :math:`9-12` as :math:`Z_4`.

#. Under ‘Optimization Setup’, select the first objection function
#. Under ‘Optimization Setup’, select the first objective function
(default) and select ‘use model as optimizer’ as the ‘Inner Solver’.

#. Under ‘UQ Setup’ and ‘Continuous Random Variables’, select ‘Generate
Expand All @@ -85,7 +85,7 @@ from a large sample evaluated on the response surfaces).
#. Under ‘Variables’, set variable :math:`1-4` as :math:`Z_1`, variable
:math:`5-8` as :math:`Z_2`, and variable :math:`9-12` as :math:`Z_4`.

#. Under ‘Optimization Setup’, select the first objection function
#. Under ‘Optimization Setup’, select the first objective function
(default) and select ‘use model as optimizer’ as the ‘Inner Solver’.

#. Under ‘UQ Setup’ and ‘Continuous Random Variables’, select ‘Generate
Expand Down Expand Up @@ -113,7 +113,7 @@ will be generated for the continuous variables.
:math:`5-8` as :math:`Z_2`, variable :math:`9` as :math:`Z_3`, and
variable :math:`10-12` as :math:`Z_4`.

#. Under ‘Optimization Setup’, select the first objection function
#. Under ‘Optimization Setup’, select the first objective function
(default) and select ‘use model as optimizer’ as the ‘Inner Solver’.

#. Under ‘UQ Setup’ and ‘Discrete Random Variables’, browse the
Expand Down Expand Up @@ -141,7 +141,7 @@ be used to estimate the means for the continuous uncertain variables.
:math:`5-8` as :math:`Z_2`, variable :math:`9` as :math:`Z_3`, and
variable :math:`10-12` as :math:`Z_4`.

#. Under ‘Optimization Setup’, select the first objection function
#. Under ‘Optimization Setup’, select the first objective function
(default) and select ‘use model as optimizer’ as the ‘Inner Solver’.

#. Under ‘UQ Setup’ and ‘Discrete Random Variables’, browse the
Expand Down Expand Up @@ -173,7 +173,7 @@ generated internally).
:math:`5-8` as :math:`Z_2`, variable :math:`9` as :math:`Z_3`, and
variable :math:`10-12` as :math:`Z_4`.

#. Under ‘Optimization Setup’, select the first objection function
#. Under ‘Optimization Setup’, select the first objective function
(default) and select ‘use model as optimizer’ as the ‘Inner Solver’.

#. Under ‘UQ Setup’ and ‘Discrete Random Variables’, browse the
Expand All @@ -200,7 +200,7 @@ This example is similar to Example 5 except that a sample for
#. Under ‘Variables’, set variable :math:`1-4` as :math:`Z_1`, variable
:math:`5-8` as :math:`Z_2`, and variable :math:`9-12` as :math:`Z_4`.

#. Under ‘Optimization Setup’, select the first objection function
#. Under ‘Optimization Setup’, select the first objective function
(default) and select ‘use model as optimizer’ as the ‘Inner Solver’.

#. Under ‘UQ Setup’ and ‘Continuous Random Variables’, check ‘Load
Expand Down
2 changes: 1 addition & 1 deletion foqus_lib/framework/session/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def new(self, stopConsumers=True):
except:
pass
else:
# if not stoppoing consumers then reuse them
# if not stopping consumers then reuse them
tc = self.flowsheet.turbConfig
self.name = ""
self.originalFileName = ""
Expand Down
Loading