-
Notifications
You must be signed in to change notification settings - Fork 43
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
Seamless File Handling - Ansys Lab #2138
Conversation
@hpohekar there was a new 2024 R1 container release about 2 hours ago, that is probably why the tests are failing, going to create an issue tracker for this |
…ub.com/ansys/pyfluent into feat/seamless_file_handling_refactored
This reverts commit 726e290.
@raph-luc No worries at all. Your suggestion will be helpful. Thank you. |
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.
Related to my previous points: the discussion with @seanpearsonuk made me realize that this read_case()
implementation won't work with local/container Fluent sessions when specifying files not in the current working dir, i.e. inside folders or when providing an absolute path, as only the basename
is being passed to the actual read
command
correct |
Yes, I verified and your point is correct. I just realized that after refactoring I need to update file_name passed to |
for more information, see https://pre-commit.ci
Local Solver session testing.
|
Local Meshing session testing.
|
FileTransferService
.We were doing following steps to read and write a case file in the Ansys Lab
Now we are handling upload and download part internally. So, we just need to execute following steps to read and write a case file.
upload
to upload files if pypim is configured.download
to download files if pypim is configured.----------------------------------------------------
------------------------------------------------------
--------------------------------------------------------