Skip to content
Snippets Groups Projects
Commit 52d6fd13 authored by leufen1's avatar leufen1
Browse files

appendix include time measurement

parent e4dce9fb
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 #65627 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