Error when passing n_cpus, wd_chunks or ws_chunks to wf_model
When running either a time series simulation or a probability distribution based AEP calculation using XRSite, I get an error whenever I try to parallelize using n_cpus=None, or any of the other combinations of inputs. The error is "axis 1 is out of bounds for array of dimension 1" and is consistently raised at line 214 of \py_wake\wind_farm_models\engineering_models.py if a time series is not used, and line 216 if it is. The same simulations will run properly if not parallelized, so it does not appear to be an issue with the other inputs.
Edited by Michael Sangster