upd
This commit is contained in:
parent
9e77fc8f03
commit
c8868c3e63
15 changed files with 63 additions and 817 deletions
|
@ -20,10 +20,9 @@ def load():
|
|||
return data
|
||||
|
||||
|
||||
@pytest.mark.skip('...')
|
||||
#@pytest.mark.skip('...')
|
||||
@pytest.mark.parametrize("spectrum_path, expected", load())
|
||||
def test_SV2o1(spectrum_path, expected):
|
||||
pass
|
||||
lambdas, raw_intensities = load_spectrum(spectrum_path, lambda_min=450)
|
||||
smoothed_intensities = smooth_intensities(raw_intensities)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue