Skip to content

Commit

Permalink
Update wecopttool/core.py
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos A. Michelén Ströfer <c.michelen.strofer@gmail.com>
  • Loading branch information
jtgrasb and cmichelenstrofer authored Oct 26, 2023
1 parent 7df9f6f commit cc813ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wecopttool/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ def time_mat(self) -> ndarray:
"""Matrix to create time-series from Fourier coefficients.
For some array of Fourier coefficients :python:`x`
(excluding the sine component of the highest freequency), size
(excluding the sine component of the highest frequency), size
:python:`(2*nfreq, ndof)`, the time series is obtained via
:python:`time_mat @ x`, also size
:python:`(2*nfreq, ndof)`.
Expand Down

0 comments on commit cc813ac

Please sign in to comment.