You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had an issue following the first basic example on https://topfarm.pages.windenergy.dtu.dk/TopFarm2/notebooks/design_variables.html. It gave ImportError: cannot import name 'RegularGridInterpolator' from 'scipy.interpolate.interpolate'. The newest scipy release (1.10.0) has 'RegularGridInterpolator' under 'scipy.interpolate'. Issue can be resolved by adjusting this in py_wake_wrapper.py.
The text was updated successfully, but these errors were encountered:
I had an issue following the first basic example on https://topfarm.pages.windenergy.dtu.dk/TopFarm2/notebooks/design_variables.html. It gave ImportError: cannot import name 'RegularGridInterpolator' from 'scipy.interpolate.interpolate'. The newest scipy release (1.10.0) has 'RegularGridInterpolator' under 'scipy.interpolate'. Issue can be resolved by adjusting this in py_wake_wrapper.py.
The text was updated successfully, but these errors were encountered: