robintw / Py6S

A Python interface to the 6S Radiative Transfer Model
GNU Lesser General Public License v3.0
186 stars 105 forks source link

Don't return OutputParsingError when numpy looks for a __ attribute #77

Closed robintw closed 3 years ago

robintw commented 3 years ago

Fixes #76.

codecov[bot] commented 3 years ago

Codecov Report

Merging #77 (e3293da) into master (ecdc6ca) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #77      +/-   ##
==========================================
+ Coverage   83.46%   83.48%   +0.01%     
==========================================
  Files          17       17              
  Lines        1693     1695       +2     
==========================================
+ Hits         1413     1415       +2     
  Misses        280      280              
Impacted Files Coverage Δ
Py6S/outputs.py 81.42% <100.00%> (+0.26%) :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 ecdc6ca...e3293da. Read the comment docs.