Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
spjuhel committed Aug 9, 2024
1 parent ec58e88 commit cfba26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion climada_petals/hazard/tc_rainfield.py
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,7 @@ def _windprofile(
si_track = si_track.copy(deep=True)
si_track["cp"].values[:] = 5e-5
return compute_angular_windspeeds(

Check warning on line 1323 in climada_petals/hazard/tc_rainfield.py

View check run for this annotation

Jenkins - WCR / Pylint

unexpected-keyword-arg

HIGH: Unexpected keyword argument 'model_kwarg' in function call
Raw output
Used when a function call passes a keyword argument that doesn't correspond toone of the function's parameter names.
si_track, d_centr, mask_centr_close, model, cyclostrophic=cyclostrophic,
si_track, d_centr, mask_centr_close, model, model_kwarg=dict(cyclostrophic=cyclostrophic),
)

def _w_shear(
Expand Down

0 comments on commit cfba26b

Please sign in to comment.