MDAnalysis / GridDataFormats

GridDataFormats is a pure Python library to handle data on a regular grid using commonly used file formats in molecular simulations.
https://mdanalysis.org/GridDataFormats
GNU Lesser General Public License v3.0
29 stars 18 forks source link

improves inheritance of Grid #63

Closed orbeckst closed 5 years ago

orbeckst commented 5 years ago

fixes issue #56

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #63   +/-   ##
=======================================
  Coverage   85.15%   85.15%           
=======================================
  Files           5        5           
  Lines         761      761           
  Branches      108      108           
=======================================
  Hits          648      648           
  Misses         70       70           
  Partials       43       43
Impacted Files Coverage Δ
gridData/core.py 88.75% <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 b7e3b83...04dcbc1. Read the comment docs.