Skip to content

Commit

Permalink
comment out warning
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Münker <mail@chipmuenk.de>
  • Loading branch information
chipmuenk committed Dec 11, 2023
1 parent 5202ceb commit 7ad7bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfda/libs/pyfda_fix_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ def fixp(self, y, scaling='mult'):

yq /= 2. ** self.q_dict['WF']

logger.warning(f"scaling={scaling} y_in={y_in} | y={y} | yq={yq}")
# logger.warning(f"scaling={scaling} y_in={y_in} | y={y} | yq={yq}")

# ======================================================================
# (4) : Handle Overflow / saturation w.r.t. to the MSB, returning a
Expand Down

0 comments on commit 7ad7bf8

Please sign in to comment.