simphony / simphony-mayavi

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

Adds required conversion to int for VTK extracted data. #198

Closed stefanoborini closed 7 years ago

stefanoborini commented 7 years ago

The floating point value extracted works ok with numpy 1.9, but not with numpy 1.12, where it throws an exception. The conversion is done on other parts of the code as well, so it is really missing

codecov-io commented 7 years ago

Current coverage is 91.62% (diff: 100%)

Merging #198 into v0.5 will not change coverage

@@               v0.5       #198   diff @@
==========================================
  Files            45         45          
  Lines          2184       2184          
  Methods           0          0          
  Messages          0          0          
  Branches        320        320          
==========================================
  Hits           2001       2001          
  Misses          145        145          
  Partials         38         38          

Powered by Codecov. Last update c9167ad...7090799