nilearn / nistats

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

Fix: Missing variables in localizerd dataset are no longer None, but n/a #415

Closed bthirion closed 4 years ago

bthirion commented 4 years ago

missing variables in localizerd dataset are no longer None, but n/a

kchawla-pi commented 4 years ago

Ha! I noticed this yesterday when diagnosing CircleCI. Glad you took care of it. Thanks!

codecov[bot] commented 4 years ago

Codecov Report

Merging #415 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #415   +/-   ##
=======================================
  Coverage   92.52%   92.52%           
=======================================
  Files          39       39           
  Lines        4349     4349           
=======================================
  Hits         4024     4024           
  Misses        325      325

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 32fe4d4...59f810f. Read the comment docs.