Skip to content
Snippets Groups Projects
Commit 2867cae7 authored by lukas leufen's avatar lukas leufen
Browse files

Merge branch 'lukas_issue299_feat_histogram_plots' into 'develop'

appendix include time tracking for plots

See merge request !290
parents 6bfe823b 52d6fd13
No related branches found
No related tags found
5 merge requests!319add all changes of dev into release v1.4.0 branch,!318Resolve "release v1.4.0",!299Draft: Merge default data handler and preprocessing support parameter use_multiprocessing....,!290appendix include time tracking for plots,!259Draft: Resolve "WRF-Datahandler should inherit from SingleStationDatahandler"
Pipeline #65785 passed
...@@ -444,6 +444,7 @@ class PlotAvailabilityHistogram(AbstractPlotClass): # pragma: no cover ...@@ -444,6 +444,7 @@ class PlotAvailabilityHistogram(AbstractPlotClass): # pragma: no cover
plt.tight_layout() plt.tight_layout()
@TimeTrackingWrapper
class PlotDataHistogram(AbstractPlotClass): # pragma: no cover class PlotDataHistogram(AbstractPlotClass): # pragma: no cover
""" """
Plot histogram on transformed input and target data. This data is the same that the model sees during training. No Plot histogram on transformed input and target data. This data is the same that the model sees during training. No
...@@ -570,6 +571,7 @@ class PlotDataHistogram(AbstractPlotClass): # pragma: no cover ...@@ -570,6 +571,7 @@ class PlotDataHistogram(AbstractPlotClass): # pragma: no cover
plt.close('all') plt.close('all')
@TimeTrackingWrapper
class PlotPeriodogram(AbstractPlotClass): # pragma: no cover class PlotPeriodogram(AbstractPlotClass): # pragma: no cover
""" """
Create Lomb-Scargle periodogram in raw input and target data. The Lomb-Scargle version can deal with missing values. Create Lomb-Scargle periodogram in raw input and target data. The Lomb-Scargle version can deal with missing values.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment