ACCESS-NRI / access-nri-intake-catalog

Tools and configuration info used to manage ACCESS-NRI's intake catalogue
https://access-nri-intake-catalog.rtfd.io
Apache License 2.0
7 stars 0 forks source link

Replace deprecated pandas `applymap` with `map` #173

Closed dougiesquire closed 1 week ago

dougiesquire commented 3 weeks ago

Very simple PR to remove use of the deprecated applymap method. Closes #172

ADDED: Also includes a workaround for a new issue in sphinx-autoapi

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.96%. Comparing base (c81066c) to head (9836e65).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #173 +/- ## ========================================== - Coverage 97.00% 96.96% -0.04% ========================================== Files 9 9 Lines 634 626 -8 ========================================== - Hits 615 607 -8 Misses 19 19 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.