Skip to content

Commit

Permalink
Remove unneeded @uses_futures decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Feb 22, 2024
1 parent 7315b43 commit 4a962c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pywt/tests/test_mra.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

import pywt
from pywt import data
from pywt._pytest import uses_futures

# tolerances used in accuracy comparisons
tol_single = 1e-6
Expand All @@ -18,7 +17,6 @@
# 1d mra tests
####

@uses_futures
@pytest.mark.parametrize('wavelet', ['db2', 'sym4', 'coif5'])
@pytest.mark.parametrize('transform', ['dwt', 'swt'])
@pytest.mark.parametrize('mode', pywt.Modes.modes)
Expand Down

0 comments on commit 4a962c9

Please # to comment.