Skip to content

Commit

Permalink
fix typo in filter name
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBuchananCompPhys committed Feb 3, 2025
1 parent 37f2a2f commit a042cee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ def render_graph_text(
denominator = polynomial["denominator"]

if (
self._settings["filter"] not in {"Notch", "Peaks", "Comb"}
self._settings["filter"] not in {"Notch", "Peak", "Comb"}
and self._settings["attributes"].get("order", 1) < 6
):
self._figure_info.append(f" {numerator}")
Expand Down

0 comments on commit a042cee

Please sign in to comment.