ECCO-GROUP / ECCOv4-py

A Python library with routines that support the loading, analysis, and plotting fields of the ECCO Version 4 Ocean and Sea-Ice State Estimate. The ecco_v4_py library builds on several valuable tools such as xmitgcm, gcm, xarray, and dask.
MIT License
31 stars 31 forks source link

Correct an incorrect indentation for the previous commit #121

Closed owang01 closed 3 years ago

owang01 commented 3 years ago

Correct an incorrect indentation for the previous commit

codecov[bot] commented 3 years ago

Codecov Report

Merging #121 (b3822f9) into master (2f3f689) will increase coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #121      +/-   ##
==========================================
+ Coverage   57.84%   57.86%   +0.02%     
==========================================
  Files          17       17              
  Lines        2308     2307       -1     
  Branches      504      503       -1     
==========================================
  Hits         1335     1335              
  Misses        897      897              
+ Partials       76       75       -1     
Impacted Files Coverage Δ
ecco_v4_py/read_bin_llc.py 73.54% <ø> (+0.47%) :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 f8fca36...b3822f9. Read the comment docs.

owang01 commented 3 years ago

A redundant PR. See PR #123 instead.