-
Notifications
You must be signed in to change notification settings - Fork 11
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
error in Jupyter notebook example reading OpenFAST ascii outputs #24
Comments
Can you include a screenshot or copy-paste the error info? I just tried the |
Hmm, a little surprised by that. Do you know how to submit a PR back to the code with your changes? |
Yeah, I can do that if you'd like |
Thank you! |
When I try running the jupyter notebook example I get an error in the section "Interacting with output files" when it tries reading my OpenFAST ASCII output files.
The error originates in line 460 of openfast.py. I believe I was able to fix it by specifying 'latin-1' within the decode method. But am unsure how robust that fix is.
The text was updated successfully, but these errors were encountered: