Skip to content

Commit

Permalink
make inference_min_db and db_clamp_floor the same.
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Jan 4, 2024
1 parent 0237441 commit d9794ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamutrf/scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def argument_parser():
"--inference_min_db",
dest="inference_min_db",
type=float,
default=-50,
default=-200,
help="run inference over minimum dB power",
)
parser.add_argument(
Expand Down

0 comments on commit d9794ed

Please sign in to comment.