Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciacatandi committed Sep 4, 2024
1 parent e06e88f commit 97f3f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/meteorologia/radar/mendanha/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def get_and_format_time(radar_files: list) -> str:
return formatted_time


@task
@task(nout=2)
def get_radar_parameters(radar) -> Union[Tuple, Tuple]:
"""
Get radar information
Expand Down Expand Up @@ -219,7 +219,7 @@ def remap_data(radar, radar_products: list, grid_shape: tuple, grid_limits: tupl
@task
def create_visualization_no_background(
radar_2d, radar_product: str, cbar_title: str, time: str
) -> Path:
):
"""
Plot radar 2D data over Rio de Janeiro's map using the same
color as they used before on colorbar
Expand Down

0 comments on commit 97f3f3b

Please sign in to comment.