-
Notifications
You must be signed in to change notification settings - Fork 56
Factory pattern in launch_fluent #2252
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
Conversation
@seanpearsonuk This PR is ready. |
Co-authored-by: Sean Pearson <93727996+seanpearsonuk@users.noreply.github.com>
for more information, see https://pre-commit.ci
if meshing_mode: | ||
session.tui.file.read_case(case_file_name) | ||
elif lightweight_mode: | ||
session.read_case_lightweight(case_file_name) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if self.meshing_mode: | ||
session.tui.file.read_case(self.case_file_name) | ||
else: | ||
session.read_case(self.case_file_name, self.lightweight_mode) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it, thanks for helping dig this out @seanpearsonuk
connect_to_fluent
- found 1 bug - resolved in current PR remote_file_handler is None if we useconnect_to_fluent
#2272