nilearn / nistats

Modeling and statistical inference on fMRI data in Python
BSD 3-Clause "New" or "Revised" License
95 stars 55 forks source link

Replace numpy's deprecated dec with pytest's skipif #423

Closed kchawla-pi closed 4 years ago

kchawla-pi commented 4 years ago

Replaces numpy.testing.dec.skipif with pytest.mark.skipif for conditionally skipping tests.

codecov[bot] commented 4 years ago

Codecov Report

Merging #423 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #423   +/-   ##
=======================================
  Coverage   92.66%   92.66%           
=======================================
  Files          40       40           
  Lines        4514     4514           
=======================================
  Hits         4183     4183           
  Misses        331      331
Impacted Files Coverage Δ
nistats/tests/test_reporting.py 96.82% <100%> (ø) :arrow_up:
nistats/tests/test_glm_reporter.py 97.93% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 755039f...5343924. Read the comment docs.