Skip to content

Commit 23e334a

Browse files
author
Olesja Smirnova
committed
unskip some tests
1 parent ded4cb8 commit 23e334a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

geminidr/core/tests/test_telluric.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ def test_gaussian_line_spread_function_convolve_and_resample(ext, resolution):
177177
assert m_final.stddev * 2.35482 == pytest.approx(w0 / resolution,
178178
rel=0.01)
179179

180-
@pytest.mark.skip("skip temporarily, until the reference files can be updated")
181180
@pytest.mark.preprocessed_data
182181
@pytest.mark.regression
183182
@pytest.mark.parametrize("filename,model_params",
@@ -224,7 +223,6 @@ def test_make_linelist(num_lines):
224223
np.testing.assert_allclose(linelist[:, 0], expected_linelist)
225224

226225

227-
@pytest.mark.skip("skip temporarily, until the reference files can be updated")
228226
@pytest.mark.preprocessed_data
229227
@pytest.mark.regression
230228
def test_get_airglow_linelist(path_to_inputs, path_to_refs):

0 commit comments

Comments
 (0)