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
We often start with an impedance as a numpy array and need to convert it to xarray before passing to WEC.from_impedance(). The process is repetitive and takes up many lines in notebooks... Maybe we can put a method either in core or utilities that handles this? here is the relevant code example:
We often start with an impedance as a numpy array and need to convert it to xarray before passing to
WEC.from_impedance()
. The process is repetitive and takes up many lines in notebooks... Maybe we can put a method either incore
orutilities
that handles this? here is the relevant code example:I think we could make this general (any number of DOFs, any number of wave directions).
The text was updated successfully, but these errors were encountered: