Skip to content

Commit

Permalink
feat: added true spectrum to the test dataset for the automated Whitt…
Browse files Browse the repository at this point in the history
…aker smoothing
  • Loading branch information
MothNik committed May 13, 2024
1 parent 85563c1 commit 1e11bc7
Show file tree
Hide file tree
Showing 2 changed files with 504 additions and 504 deletions.
4 changes: 2 additions & 2 deletions tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def spectrum_whittaker_auto_lambda() -> np.ndarray:
skiprows=1,
)

return spectral_data[::, 1]
return spectral_data[::, 2]


@pytest.fixture
Expand All @@ -118,7 +118,7 @@ def noise_level_whittaker_auto_lambda() -> np.ndarray:
skiprows=1,
)

return spectral_data[::, 2]
return spectral_data[::, 3]


@pytest.fixture
Expand Down
Loading

0 comments on commit 1e11bc7

Please sign in to comment.