Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jul 27, 2023
1 parent b204639 commit eeceddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdr/plot/_modulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def symbol_map(
@export
def error_rate(
snr: npt.ArrayLike,
error_rate: npt.ArrayLike,
error_rate: npt.ArrayLike, # pylint: disable=redefined-outer-name
x_unit: Literal["ebn0", "esn0", "snr"] = "ebn0",
y_unit: Literal["ber", "ser"] = "ber",
**kwargs,
Expand Down

0 comments on commit eeceddc

Please sign in to comment.