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
As shown in test_fft1d_non_uniform() of Tests\Validation\test_fft.py, the ifft of a DataFreq with a single frequency crashes when requesting the DataTime on an input time arrays ("time=axis_data").
A possible workaround is to add another value in frequency axis and zero padding the DataFreq consequently.
The text was updated successfully, but these errors were encountered:
EmileDvs
added a commit
to EOMYS-Public/SciDataTool
that referenced
this issue
Feb 7, 2022
As shown in
test_fft1d_non_uniform()
ofTests\Validation\test_fft.py
, the ifft of a DataFreq with a single frequency crashes when requesting the DataTime on an input time arrays ("time=axis_data").A possible workaround is to add another value in frequency axis and zero padding the DataFreq consequently.
The text was updated successfully, but these errors were encountered: