upd API
This commit is contained in:
parent
12922f0f79
commit
a9df27b7c7
13 changed files with 43 additions and 40 deletions
|
@ -23,7 +23,7 @@ def load():
|
|||
|
||||
@pytest.mark.parametrize("spectrum_path, expected", load())
|
||||
def test_SV2o4(spectrum_path, expected):
|
||||
lambdas, raw_intensities = load_spectrum(spectrum_path, lambda_min=450)
|
||||
lambdas, raw_intensities = load_spectrum(spectrum_path, wavelength_min=450)
|
||||
smoothed_intensities = smooth_intensities(raw_intensities)
|
||||
|
||||
r_index = 1.324188 + 3102.060378 / (lambdas**2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue