nilearn / nistats

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

Removed the Sphinx Scraper for HTML (new Sphinx Gallery version has it) #427

Closed kchawla-pi closed 4 years ago

kchawla-pi commented 4 years ago

Same as https://github.com/nilearn/nilearn/pull/2261

codecov[bot] commented 4 years ago

Codecov Report

Merging #427 into master will decrease coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #427      +/-   ##
==========================================
- Coverage   92.66%   92.64%   -0.03%     
==========================================
  Files          40       38       -2     
  Lines        4514     4527      +13     
==========================================
+ Hits         4183     4194      +11     
- Misses        331      333       +2
Impacted Files Coverage Δ
nistats/reporting/__init__.py 81.81% <ø> (-1.52%) :arrow_down:
nistats/tests/test_regression.py 100% <0%> (ø) :arrow_up:
nistats/tests/test_first_level_model.py 100% <0%> (ø) :arrow_up:
nistats/first_level_model.py 83.12% <0%> (+0.18%) :arrow_up:
nistats/regression.py 77.31% <0%> (+0.72%) :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 a10c5fe...49fe409. Read the comment docs.

kchawla-pi commented 4 years ago

The report is not being inserted. Will have to look into this. Or maybe close this PR, and fix it in Nilearn instead.

kchawla-pi commented 4 years ago

What's working for Nilearn isn't working here. I would rather debug this in nilearn.stats I am closing this, and removing the report variable insertions to prevent the duplicates for the nistats repo.