Skip to content

Commit

Permalink
re-add pragma: no cover
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jan 19, 2024
1 parent 90f78fb commit 9320f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xclim/indices/fire/_ffdi.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def _keetch_byram_drought_index(p, t, pa, kbdi0, kbdi: float): # pragma: no cov
nopython=True,
cache=True,
)
def _griffiths_drought_factor(p, smd, lim, df):
def _griffiths_drought_factor(p, smd, lim, df): # pragma: no cover
"""Compute the Griffiths drought factor.
Parameters
Expand Down

0 comments on commit 9320f63

Please sign in to comment.