Skip to content

Commit

Permalink
Update test_core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Nov 27, 2023
1 parent a5b9e58 commit eb04872
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_dask_image/test_ndfourier/test_core.py
@@ -1,7 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import numbers
from distutils.version import LooseVersion

import pytest
import numpy as np
Expand Down Expand Up @@ -92,7 +91,6 @@ def test_fourier_filter_identity(funcname, s):
)
def test_fourier_filter_type(funcname, upcast_type, dtype):
if (
LooseVersion(sp.__version__) >= "1.0.0" and
dtype in [np.int64, np.float64] and
funcname in ["fourier_gaussian", "fourier_uniform"]
):
Expand Down

0 comments on commit eb04872

Please sign in to comment.