From 17f3c9c2fdc57ef1b468e3c110247cc5d055ecd8 Mon Sep 17 00:00:00 2001 From: henning Date: Wed, 20 Nov 2024 20:51:39 +0100 Subject: [PATCH] Fix test for new order of steps --- tests/protzilla/test_runner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/protzilla/test_runner.py b/tests/protzilla/test_runner.py index b5de3148..18080f48 100644 --- a/tests/protzilla/test_runner.py +++ b/tests/protzilla/test_runner.py @@ -94,8 +94,8 @@ def test_runner_imports( 'FilterSamplesByProteinIntensitiesSum', 'ImputationByKNN', 'OutlierDetectionByLocalOutlierFactor', - 'NormalisationByMedian', 'TransformationLog', + 'NormalisationByMedian', 'PlotProtQuant', 'DifferentialExpressionTTest', 'PlotVolcano', @@ -109,8 +109,8 @@ def test_runner_imports( call({'deviation_threshold': 2.0}), call({'number_of_neighbours': 5}), call({'number_of_neighbors': 20}), - call({'percentile': 0.5}), call({'log_base': 'log2'}), + call({'percentile': 0.5}), call({'similarity_measure': 'euclidean distance'}), call({'alpha': 0.05}), call({'fc_threshold': 1}),