From 9320f6302b6b7c8ed9247cfd70e74fd6b7aac67e Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Fri, 19 Jan 2024 16:12:47 -0500 Subject: [PATCH] re-add pragma: no cover --- xclim/indices/fire/_ffdi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xclim/indices/fire/_ffdi.py b/xclim/indices/fire/_ffdi.py index fb6b3c7d3..b986fe2e3 100644 --- a/xclim/indices/fire/_ffdi.py +++ b/xclim/indices/fire/_ffdi.py @@ -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