get_fd_waveform_from_td #4144
gianlucaguidi
started this conversation in
General
Replies: 1 comment 3 replies
-
@gianlucaguidi Could you provide an minimal example that reproduces this? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
as I am getting an error from waveform.py: get_fd_waveform_from_td, I am trying to understand the logic and I am perplexed by:
if tsamples < len(hp):
raise ValueError("The frequency spacing (df = {}) is too low to "
"generate the {} approximant from the time "
"domain".format(params['delta_f'], params['approximant']))
hp.resize(tsamples)
hc.resize(tsamples)
Is it correct?
Beta Was this translation helpful? Give feedback.
All reactions