Skip to content

Commit

Permalink
fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bpaul4 committed Jul 16, 2024
1 parent fb0777c commit 05356e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion foqus_lib/framework/optimizer/PSUADE.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def __init__(self, dat=None):
" text-indent: -22px ;\n"
"}\n"
"</head>\n"
"<p><b>PSUADE Optimiation Library</b></p></html>"
"<p><b>PSUADE Optimization Library</b></p></html>"
)
self.available = True
self.description = "PSUADE Optimization solvers"
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 @@ -952,7 +952,7 @@ def save(self, ignoreWDirSetting=False, newWdir=False):
working directory
ignoreWDirSetting: allows the settings file to be saved in
the $HOME or %APPDATA% location regaurdless of the
the $HOME or %APPDATA% location regardless of the
setting to save the options in the working directory.
this allows FOQUS to create a main settings file if
it doesn't exist. Aside from that the
Expand Down
2 changes: 1 addition & 1 deletion foqus_lib/framework/surrogate/ALAMO.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ def run(self):
self.msgQueue.put("SAMPLER: " + str(adaptive))
self.msgQueue.put("UQ Driver File: " + uq_file)
self.msgQueue.put("------------------------------------")
# If using adaptive sampleing open a network socket to listen
# If using adaptive sampling open a network socket to listen
if adaptive:
listener = listen.foqusListener(self.dat)
listener.setInputs(self.input)
Expand Down

0 comments on commit 05356e0

Please sign in to comment.