mne-tools / mne-nirs

Process Near-Infrared Spectroscopy Data in MNE
https://mne.tools/mne-nirs/
BSD 3-Clause "New" or "Revised" License
84 stars 35 forks source link

Remove mayavi from GitHub dependencies #382

Closed rob-luke closed 3 years ago

rob-luke commented 3 years ago

Reference issue

Fixes #372

What does this implement/fix?

I missed a case where mayavi is installed.

codecov-commenter commented 3 years ago

Codecov Report

Merging #382 (a3519ac) into main (f80a240) will increase coverage by 0.16%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #382      +/-   ##
==========================================
+ Coverage   93.27%   93.43%   +0.16%     
==========================================
  Files          51       56       +5     
  Lines        1962     2179     +217     
  Branches      265      288      +23     
==========================================
+ Hits         1830     2036     +206     
- Misses         82       86       +4     
- Partials       50       57       +7     
Impacted Files Coverage Δ
mne_nirs/io/__init__.py 100.00% <0.00%> (ø)
mne_nirs/preprocessing/__init__.py 100.00% <0.00%> (ø)
mne_nirs/io/fold/_fold.py 88.75% <0.00%> (ø)
mne_nirs/io/fold/tests/test_fold.py 100.00% <0.00%> (ø)
mne_nirs/io/fold/__init__.py 100.00% <0.00%> (ø)
mne_nirs/preprocessing/tests/test_mayer.py 100.00% <0.00%> (ø)
mne_nirs/preprocessing/_mayer.py 95.74% <0.00%> (ø)
...nirs/visualisation/_plot_GLM_surface_projection.py 80.64% <0.00%> (+1.33%) :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 f80a240...a3519ac. Read the comment docs.