You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
during SAF development I encountered a problem with sorting in which jobs sorted by a float input parameter end up being sorted by the text value of the input parameter and not the actual float value
@ansAFinney thanks for reporting. I could reproduce it, also in the web ui. It's a server bug, will update this issue once it gets resolved. (it also explains #407)
🔍 Before submitting the issue
🐞 Description of the bug
during SAF development I encountered a problem with sorting in which jobs sorted by a float input parameter end up being sorted by the text value of the input parameter and not the actual float value
📝 Steps to reproduce
simply run the following script:
I see
input.txt is an empty file that is in the same directory as the script
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
I am not using any products for this case.
HPS is running docker compose in WSL with the client running on Windows
🐍 Which Python version are you using?
3.10
📦 Installed packages
The text was updated successfully, but these errors were encountered: