From 0dc7266c174ed259d47fa24932f9a5e23b15d877 Mon Sep 17 00:00:00 2001 From: Johannes Kasimir Date: Tue, 24 Oct 2023 14:46:10 +0200 Subject: [PATCH] test: disable orso test --- tests/reflectometry/corrections_test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/reflectometry/corrections_test.py b/tests/reflectometry/corrections_test.py index 98924e1..044b5fc 100644 --- a/tests/reflectometry/corrections_test.py +++ b/tests/reflectometry/corrections_test.py @@ -46,6 +46,8 @@ def test_normalize_by_counts_fails_when_ncounts_is_too_small(): _ = corrections.normalize_by_counts(array) +# TODO +@pytest.mark.skip(reason="Orso disabled for now.") def test_normalize_by_counts_orso(): """ Tests the corrections.normalize_by_counts function