-
Notifications
You must be signed in to change notification settings - Fork 13
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
Two tests fail after installation #66
Comments
I have installed OpenMDAO correctly. After activating OpenMDAO e being in Fusedwind folder, I did the following: C:\fusedwind> python setup.py install I then tried to run the tests one by one. The all succeed, except for test_loadcaseIO.py Do you have a clue why? |
Hi fperrone2, That said, I don't think the above should give rise to the errors you're getting. Are you running the develop branch or the 0.1.0 of FUSED-Wind? Also, FUSED-Wind currently only supports OpenMDAO v0.10.3.2, so please make sure you're not on either their dev branch or v0.12.0. |
Well, I am using OpenMDAO v0.10.3.2 and FUSED-Wind v0.1.0. |
the ipdb import shouldn't have been there, now removed. Which other packages did you need to install that wasn't listed as dependencies? Could you please paste in the output of the error you're getting when running the tests? |
If I remember right, I also needed ipython (which is not on the list) and one onether package, whose name I cannot currently recall. |
So, after re-installing, test_loadcaseIO.py runs through (after commenting out "import ipdb"); however I still have issues with test_plant_flow_asym. The report is the following: (openmdao-0.10.3.2) C:\Users\PerroneF\Desktop\fusedwind-0.1.0\src\fusedwind\test
ERROR: test_execute (main.test_AEPMultipleWindRoses)Traceback (most recent call last): ERROR: test_configure (main.test_AEPSingleWindRose)Traceback (most recent call last): ERROR: test_run (main.test_AEPSingleWindRose)Traceback (most recent call last): Ran 6 tests in 0.047s FAILED (errors=4) Are you able to easily detect where the issue is? I thank you for the support. |
I'll assign this to @piredtu since its his code you're having issues with. |
As far as I see, the problem is related to 'IGenericWindRoseCaseGenerator' and 'IGenericWindFarm' interfaces. |
weird, I can't reproduce the error on Mac, but in Windows I can. @piredtu, something goes wrong with this https://github.com/FUSED-Wind/fusedwind/blob/develop/src/fusedwind/plant_flow/asym.py#L171 |
Yep, I forgot saying that I do work on a Windows machine. |
Hi @fperrone2 , |
So now I should just download again FUSED-Wind from the github repository, install and run the tests again? |
If you do a |
I just checked the tests again and, as hoped, they all succeeded. |
Yes, the tutorials should be functional now. |
No description provided.
The text was updated successfully, but these errors were encountered: