planetarypy / pvl

Python implementation of PVL (Parameter Value Language)
BSD 3-Clause "New" or "Revised" License
19 stars 19 forks source link

Adds __int__() and __float__() functions to Quantity. #92

Closed rbeyer closed 3 years ago

rbeyer commented 3 years ago

Related Issue

Would close #91

How Has This Been Tested?

Types of changes

Checklist:

Licensing:

This project is released under the LICENSE.

codecov[bot] commented 3 years ago

Codecov Report

Merging #92 (6951910) into main (4f3b28e) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #92   +/-   ##
=======================================
  Coverage   94.84%   94.85%           
=======================================
  Files          12       12           
  Lines        1922     1925    +3     
=======================================
+ Hits         1823     1826    +3     
  Misses         99       99           
Impacted Files Coverage Δ
pvl/collections.py 98.71% <100.00%> (+0.01%) :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 4f3b28e...6951910. Read the comment docs.