Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 25.1.0
rev: 26.1.0
hooks:
- id: black
language_version: python3
1 change: 1 addition & 0 deletions examples/anvil_nowcast.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

Load the libraries.
"""

from datetime import datetime, timedelta
import warnings

Expand Down
1 change: 0 additions & 1 deletion examples/ens_kalman_filter_blended_forecast.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
from pysteps.visualization import plot_precip_field
import pysteps_nwp_importers


################################################################################
# Read the radar images and the NWP forecast
# ------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions examples/optical_flow_methods_convergence.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

Let's first load the libraries that we will use.
"""

from datetime import datetime
import time

Expand Down
1 change: 0 additions & 1 deletion examples/plot_custom_precipitation_range.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from pysteps.visualization import plot_precip_field
from pysteps.datasets import download_pysteps_data, create_default_pystepsrc


###############################################################################
# Download the data if it is not available
# ----------------------------------------
Expand Down
1 change: 0 additions & 1 deletion examples/plot_ensemble_verification.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from pysteps.utils import conversion, dimension, transformation
from pysteps.visualization import plot_precip_field


###############################################################################
# Read precipitation field
# ------------------------
Expand Down
1 change: 0 additions & 1 deletion examples/plot_linear_blending.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from pysteps.utils import conversion
from pysteps.visualization import plot_precip_field


################################################################################
# Read the radar images and the NWP forecast
# ------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion examples/steps_blended_forecast.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from pysteps import io, rcparams, blending, nowcasts
from pysteps.visualization import plot_precip_field


################################################################################
# Read the radar images and the NWP forecast
# ------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions examples/thunderstorm_detection_and_tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

@author: feldmann-m
"""

################################################################################
# Import all required functions
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
1 change: 0 additions & 1 deletion pysteps/blending/ens_kalman_filter_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
forecast. Defaults to True.
"""


import numpy as np

from pysteps import utils
Expand Down
Loading
Loading