EtienneCmb / visbrain

A multi-purpose GPU-accelerated open-source suite for brain data visualization
http://visbrain.org
Other
241 stars 65 forks source link

Fix connectivity colormap typo #11

Closed iraquitan closed 6 years ago

iraquitan commented 6 years ago

cmap argument from ConnectObj was referencing the same cmap variable from topo. Should use c_cmap instead.

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #11   +/-   ##
======================================
  Coverage    87.3%   87.3%           
======================================
  Files         144     144           
  Lines       18725   18725           
  Branches     1333    1333           
======================================
  Hits        16347   16347           
  Misses       1879    1879           
  Partials      499     499
Impacted Files Coverage Δ
visbrain/topo/topo.py 89.58% <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 5b5b422...a33ae56. Read the comment docs.

EtienneCmb commented 6 years ago

Thx @iraquitan for the fix !

EtienneCmb commented 6 years ago

Your fix has been merge into the develop branch. Thx again :smile: