-
Hi, after updating FLORIS to the most recent version, I have been trying to play around with the new example files. When trying to run examples 8,9,10,11 and 12 I have recieved the following error: ModuleNotFoundError: No module named 'floris.tools.optimization.yaw_optimization' Since the error is associated with importing the module I tried to ammend the issue myself. When doing so, I noticed that the init.py file within the yaw_optimization folder (floris\tools\optimization\yaw_optimization_init_.py) was blank. I tried filling it in with the following code: from . import ( This however did not solve the problem. So my question is, why is the module not found and is there an easy way to fix this issue and get these examples to run? Kind regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @13ryc This was fixed in #374 and it is in the |
Beta Was this translation helpful? Give feedback.
Hi @13ryc This was fixed in #374 and it is in the
main
branch but it has not yet made it to a release. You could either clone the repository and install it or wait until the next release. We are anticipating finalizing v3.1 (see #405) in the next day or so.