simphony / simphony-mayavi

The mayavi adapters to the simphony framework
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

Handle presence of None in data when migrated from CUBA to vtk low level objects. #203

Closed stefanoborini closed 7 years ago

stefanoborini commented 7 years ago

Old PR that fixed a spotted problem in handling None entries and their correct representation in the vtk backend.

The mask now stores two information, one about the element being present or not, and the other being None or not.

codecov-io commented 7 years ago

Current coverage is 91.58% (diff: 92.30%)

Merging #203 into master will decrease coverage by 0.03%

@@             master       #203   diff @@
==========================================
  Files            45         45          
  Lines          2184       2198    +14   
  Methods           0          0          
  Messages          0          0          
  Branches        320        323     +3   
==========================================
+ Hits           2001       2013    +12   
- Misses          145        146     +1   
- Partials         38         39     +1   

Powered by Codecov. Last update 97d0203...bb17049