cedadev / cis

Home of the Community Intercomparison Suite.
www.cistools.net
GNU Lesser General Public License v3.0
46 stars 18 forks source link

Minor syntax change #39

Closed duncanwp closed 2 years ago

duncanwp commented 2 years ago

Make multidimensional indexing explicit to avoid numpy FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated.

codecov[bot] commented 2 years ago

Codecov Report

Merging #39 (7cf3895) into master (3ae4abe) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #39   +/-   ##
=======================================
  Coverage   62.00%   62.00%           
=======================================
  Files          47       47           
  Lines        7399     7399           
=======================================
  Hits         4588     4588           
  Misses       2811     2811           
Impacted Files Coverage Δ
cis/collocation/gridded_interpolation.py 89.17% <100.00%> (ø)

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 3ae4abe...7cf3895. Read the comment docs.