Garrett Barter
Garrett Barter
@MuhammadSharjil : I'm really sorry, but I do not know what is wrong with your installation. I have not seen that problem before, nor can I recreate it on any...
@MuhammadSharjil : I am a bit unclear what the question or concern is. You are correct in noticing that the values for chord and twist in the CCBlade example are...
Why not use the [file already provided](https://github.com/IEAWindTask37/IEA-15-240-RWT/blob/master/OpenFAST/IEA-15-240-RWT/Cp_Ct_Cq.IEA15MW.txt) in the same 15-MW repository for the coefficient values? If you really want to use CCBlade to get those values from the AeroDyn...
I believe if you type `conda env list` it will give you the full path to the environments, and then you can manually delete those directories. I think there is...
Apologies for the delay in reply. Also apologies that you are correct that the documentation is out of sync with the state of the code. I will update the README....
I am familiar with the struggle to get all of the PATH and ENVIRONMENT variables sorted out when using virtual environments and mingw64 on Windows. I have had success using...
I finally got onto a Windows machine and recreated the error using `pip install wisdem`. Looks like the compiled libraries were not getting built properly. I will do my best...
After banging my head against the wall a number of times, I cannot get past this error on a pure pip-workflow in Windows. Everything works when using conda/mamba though and...
A compiled library will usually depend on some core system libraries, so it is a little tricky to compile in one environment on a specific platform and hope they will...
I believe this is fixed in pending PR #23 into the `dev`-branch