Skip to content

Commit

Permalink
add debug statement
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Muenker <mail@chipmuenk.de>
  • Loading branch information
chipmuenk committed Nov 21, 2023
1 parent 18622be commit 3745e02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyfda/plot_widgets/plot_impz.py
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,7 @@ def impz(self):
# --------------------------------------------------------------
try:
self.y[frame] = np.asarray(self.fxfilter(self.x_q[frame]))
logger.warning(self.y[frame])

except ValueError as e:
if self.fxfilter(self.x_q[frame]) is None:
Expand Down

0 comments on commit 3745e02

Please sign in to comment.