Skip to content
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

ROSCO post processing toolbox gives an error when loading .out files from opencast #411

Closed
genevievestarke opened this issue Dec 30, 2024 · 2 comments

Comments

@genevievestarke
Copy link

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

  1. Load on OpenFAST .out file using
    fastout = op.load_fast_out(out_file)

Current behavior

image

Expected behavior

Loading in the file

@dzalkind
Copy link
Collaborator

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

@dzalkind
Copy link
Collaborator

dzalkind commented Jan 3, 2025

#386 has been merged into main

@dzalkind dzalkind closed this as completed Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants