pyscience-projects / pyevtk

PyEVTK (Python Export VTK) exports data to binary VTK files for visualization/analysis with packages like Paraview, VisIt, and Mayavi.
Other
63 stars 15 forks source link

adds a compat package to additionally allow import from "evtk" #10

Closed renefritze closed 5 years ago

renefritze commented 5 years ago

This is the compat library I propose in #7

xylar commented 5 years ago

This looks great!

xylar commented 5 years ago

It looks like this needs to be rebased onto the current master. There's a conflicts in tests/dummy.py.

codecov-io commented 5 years ago

Codecov Report

Merging #10 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #10   +/-   ##
=======================================
  Coverage   70.71%   70.71%           
=======================================
  Files           5        5           
  Lines         519      519           
=======================================
  Hits          367      367           
  Misses        152      152

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 c5dabf7...c2a71f8. Read the comment docs.