Skip to content

Commit

Permalink
fix path in test_mode_selector
Browse files Browse the repository at this point in the history
  • Loading branch information
cchapmanbird committed Nov 20, 2024
1 parent b55822b commit d7782ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mode_selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_mode_selector(self):

# produce sensitivity function

noise = np.genfromtxt("examples/files/LPA.txt", names=True)
noise = np.genfromtxt("../examples/files/LPA.txt", names=True)
f, PSD = (
np.asarray(noise["f"], dtype=np.float64),
np.asarray(noise["ASD"], dtype=np.float64) ** 2,
Expand Down

0 comments on commit d7782ce

Please sign in to comment.