Skip to content

Commit ff11e3a

Browse files
committed
fix coverage
1 parent 27072de commit ff11e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stumpy/sdp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def __call__(self, Q, T, n_threads=1, planning_flag="FFTW_ESTIMATE"):
306306
return real_arr[m - 1 : n]
307307

308308

309-
if FFTW_IS_AVAILABLE:
309+
if FFTW_IS_AVAILABLE: # pragma: no cover
310310
_pyfftw_sliding_dot_product = _PYFFTW_SLIDING_DOT_PRODUCT(max_n=2**20)
311311

312312

0 commit comments

Comments
 (0)