Skip to content

Commit

Permalink
Fix test for new order of steps
Browse files Browse the repository at this point in the history
  • Loading branch information
henninggaertner committed Nov 20, 2024
1 parent 1a9df9f commit 17f3c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/protzilla/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ def test_runner_imports(
'FilterSamplesByProteinIntensitiesSum',
'ImputationByKNN',
'OutlierDetectionByLocalOutlierFactor',
'NormalisationByMedian',
'TransformationLog',
'NormalisationByMedian',
'PlotProtQuant',
'DifferentialExpressionTTest',
'PlotVolcano',
Expand All @@ -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}),
Expand Down

0 comments on commit 17f3c9c

Please sign in to comment.