We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the ROSCO toolbox to post process some .out file from OpenFAST runs.
The read function throw an error due to a change in the NumPy version (np.float_ has been phased out as of NumPy 2.0)
Loading in the file
The text was updated successfully, but these errors were encountered:
Hi Gen,
Thanks for catching this. Looks like environments are finally starting to use numpy 2.0.
We made these changes on the develop branch that you can cherry-pick or edit if you need to get moving ASAP: https://github.com/NREL/ROSCO/pull/386/files
I'll cherry-pick them into main and do a release here shortly.
Best, Dan
Sorry, something went wrong.
#386 has been merged into main
No branches or pull requests
Desired use case
Using the ROSCO toolbox to post process some .out file from OpenFAST runs.
Description
The read function throw an error due to a change in the NumPy version (np.float_ has been phased out as of NumPy 2.0)
Steps to reproduce issue
fastout = op.load_fast_out(out_file)
Current behavior
Expected behavior
Loading in the file
The text was updated successfully, but these errors were encountered: