gafusion / omas

Ordered Multidimensional Array Structure
http://gafusion.github.io/omas
MIT License
32 stars 15 forks source link

Fix the data type consistency check when a node doesn't exist #81

Closed smithsp closed 4 years ago

smithsp commented 4 years ago

This change at least allows the consistency check to complain (or warn) with the appropriate message.

codecov[bot] commented 4 years ago

Codecov Report

Merging #81 into master will decrease coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #81      +/-   ##
==========================================
- Coverage   78.07%   78.06%   -0.02%     
==========================================
  Files          24       24              
  Lines        6341     6341              
==========================================
- Hits         4951     4950       -1     
- Misses       1390     1391       +1
Impacted Files Coverage Δ
omas/omas_core.py 81.89% <100%> (-0.12%) :arrow_down:

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 507cf19...1f7a913. Read the comment docs.