Skip to content

Commit

Permalink
Remove daily mean plots
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Dec 6, 2023
1 parent fccbdfc commit d1111f0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isimip_qa/plots/daily.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class DailyPlot(FigurePlotMixin, GridPlotMixin, Plot):

specifier = 'daily'
extractions = ['count', 'mean']
extractions = ['count']

def get_df(self, dataset):
extraction = self.extraction_class(dataset, self.region, self.period)
Expand Down
Binary file removed testing/plots/linear_global_mean_daily.png
Binary file not shown.
Binary file removed testing/plots/mask_global_mean_daily.png
Binary file not shown.
Binary file removed testing/plots/point_global_mean_daily.png
Binary file not shown.
Binary file removed testing/plots/sine_global_mean_daily.png
Binary file not shown.

0 comments on commit d1111f0

Please sign in to comment.