From 4010a036b84f3ac62f25675a46d089aa5b35fb7d Mon Sep 17 00:00:00 2001 From: "v.gramlich1" <v.gramlichfz-juelich.de> Date: Thu, 15 Jul 2021 15:57:19 +0200 Subject: [PATCH] Added PlotOversampling to default_plot_list in test_defaults.py --- test/test_configuration/test_defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_configuration/test_defaults.py b/test/test_configuration/test_defaults.py index 16606d8f..0f098dc2 100644 --- a/test/test_configuration/test_defaults.py +++ b/test/test_configuration/test_defaults.py @@ -68,4 +68,4 @@ class TestAllDefaults: assert DEFAULT_PLOT_LIST == ["PlotMonthlySummary", "PlotStationMap", "PlotClimatologicalSkillScore", "PlotTimeSeries", "PlotCompetitiveSkillScore", "PlotBootstrapSkillScore", "PlotConditionalQuantiles", "PlotAvailability", "PlotAvailabilityHistogram", - "PlotDataHistogram"] + "PlotDataHistogram","PlotOversampling"] -- GitLab