Skip to content

Commit

Permalink
Give test a more accurate name
Browse files Browse the repository at this point in the history
  • Loading branch information
joefowler committed Dec 6, 2024
1 parent e1f27b7 commit f0008b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mathstat/test_power_spectrum.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_values():
#
# This documents how power spectrum and noise autocorrelation can be computed,
# and how to use them to create a `FilterMaker` and in turn a `Filter`.
def test_orthognal_to_exponential_filter():
def test_creating_filter_from_non_LJH_data():
record_len = 100
npre = 50
n_noise_records = 50
Expand Down

0 comments on commit f0008b9

Please sign in to comment.