OCHA-DAP / ocha-anticipy

Python package to support the development of anticipatory action frameworks
https://github.com/OCHA-DAP/ocha-anticipy
GNU General Public License v3.0
8 stars 1 forks source link

Hotfix/raster doctests #196

Closed caldwellst closed 1 year ago

caldwellst commented 1 year ago

Simple fix to raster doctests addressing the failing tests. The tests are not failing due to any functional issues, just that the docstrings reference Int64Index from pandas which has now been removed and replaced by Index, so the doctests were failing. Because of this, just figured we can release alongside the rest of develop since many changes are coming, rather than hot fixing directly to main.

codecov-commenter commented 1 year ago

Codecov Report

Merging #196 (a5b9866) into develop (00457b4) will not change coverage. The diff coverage is n/a.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff            @@
##           develop     #196   +/-   ##
========================================
  Coverage    90.70%   90.70%           
========================================
  Files           20       20           
  Lines         1324     1324           
========================================
  Hits          1201     1201           
  Misses         123      123           
Impacted Files Coverage Δ
src/ochanticipy/utils/raster.py 99.38% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.