From c8109cf467a5edf313c16f2063619f5e905d8908 Mon Sep 17 00:00:00 2001 From: selenabr Date: Fri, 24 Nov 2023 11:09:28 +0100 Subject: [PATCH] fix test error --- tests/protzilla/test_run.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/protzilla/test_run.py b/tests/protzilla/test_run.py index 436a8ca05..b2b6a99e5 100644 --- a/tests/protzilla/test_run.py +++ b/tests/protzilla/test_run.py @@ -252,7 +252,10 @@ def test_export_plot(tests_folder_name): run.create_plot( data_preprocessing.imputation.by_min_per_sample_plot, dict( - graph_type="Boxplot", graph_type_quantities="Bar chart", group_by="Sample" + graph_type="Boxplot", + graph_type_quantities="Bar chart", + group_by="Sample", + visual_transformation="linear", ), ) assert len(run.plots) > 1