Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Example_ExcelFile.py #29

Closed
tatesnow opened this issue Jan 4, 2022 · 1 comment
Closed

Example_ExcelFile.py #29

tatesnow opened this issue Jan 4, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@tatesnow
Copy link
Contributor

tatesnow commented Jan 4, 2022

when i run the code of Example_ExcelFile.py, the error occur

dfs = io.excel_file.ExcelFile(parametricFile).toDataFrame()
AttributeError: module 'pyFAST.input_output' has no attribute 'excel_file'

@ebranlard
Copy link
Collaborator

Hi @tatesnow

The excel file reader was indeed missing. I've added it to the dev branch. It should work now.
The example file in itself would only work if you have an openfast executable at the right location, and updated to the latest dev version of OpenFAST, since the data folder was updated to the latest dev format.
But the feature using the Excel file is more or less independent of the version, so you could use it with your own openfast and corresponding input files.

@ebranlard ebranlard added the bug Something isn't working label Feb 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants