nipy / PySurfer

Cortical neuroimaging visualization in Python
https://pysurfer.github.io/
BSD 3-Clause "New" or "Revised" License
240 stars 97 forks source link

BUG: Add 'center' as a data property #220

Closed wmvanvliet closed 6 years ago

wmvanvliet commented 6 years ago

Fixes an error I get when opening a TimeViewer complaining about 'center' missing from the data properties dict.

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #220      +/-   ##
==========================================
- Coverage   74.15%   66.81%   -7.35%     
==========================================
  Files           8        8              
  Lines        2438     2438              
  Branches      473      473              
==========================================
- Hits         1808     1629     -179     
- Misses        456      624     +168     
- Partials      174      185      +11
Impacted Files Coverage Δ
surfer/viz.py 62.42% <ø> (-8.76%) :arrow_down:
surfer/tests/test_viz.py 85.24% <0%> (-11.15%) :arrow_down:
surfer/utils.py 72.16% <0%> (-0.69%) :arrow_down:

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 b720548...e02947b. Read the comment docs.

larsoner commented 6 years ago

Thanks @wmvanvliet