Skip to content

Commit

Permalink
remove commented out line
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBuchananCompPhys committed Mar 4, 2025
1 parent 6aa4784 commit 9005893
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ def get_frequency_bounds(self) -> list:
List of length 2 containing the critical frequency bounds.
"""
return np.array(
#sorted([self.__dict__[f"{self._settings["filter"]}_cutoff_freq_widget"].value(), self.__dict__[f"{self._settings["filter"]}_bound_freq_widget"].value()])
sorted([self.retrieve_widget(self._settings["filter"], "cutoff_freq").value(), self.retrieve_widget(self._settings["filter"], "bound_freq").value()])
).tolist()

Expand Down

0 comments on commit 9005893

Please sign in to comment.