Closed CBAlmeida13 closed 7 hours ago
Since a few weeks, we started having issues, which we believe could be to the new major version of numpy. I will look into your issue, which we have not seen before. Yet, as an intermediate workaround, could you please give it a try with a 1.* version of numpy? Thanks.
Thank you for the quick reply!
I have tested with numpy 1.26.4, and the issue does not occur. This workaround resolves my problem for now.
Should I leave the issue open for further investigation into compatibility with numpy 2.0, or would you prefer to close it?
Please try the new release. It should work with numpy 2.
@CBAlmeida13 Does it work?
Hi! Sorry for the delay. It seems to be working for me now. I'm not getting the error anymore.
Dear fdsreader team,
I am learning how to use your tool with a simple example. Currently, I am figuring out how to display the slice information and came across an issue that I'm hoping you can help me with. Whenever I try to get the nearest time step, I get the following error:
My script Note that my goal is to eventually plot the information, following the example provided in your lecture materials. The rest of the code was omitted for simplicity.
Environment:
Python version: 3.12.2 numpy version: 2.0 FDS Version: 6.9.1
Could you provide some guidance on how to solve this issue? Is there any step I am missing? Your assistance would be greatly appreciated.
Thank you!