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

Fix Newly Flagged Typos #1235

Merged
merged 1 commit into from
Jul 16, 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
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
Loading