Skip to content

Commit

Permalink
fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
selenabr committed Nov 24, 2023
1 parent 735e34d commit c8109cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/protzilla/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8109cf

Please sign in to comment.