cal-adapt / climakitae

A Python toolkit for retrieving, visualizing, and performing scientific analyses with data from the Cal-Adapt Analytics Engine.
https://climakitae.readthedocs.io
BSD 3-Clause "New" or "Revised" License
21 stars 2 forks source link

Fixing small bug with finding nearest gridcell for LOCA #332

Closed claalmve closed 7 months ago

claalmve commented 7 months ago

Description of PR

Summary of changes and related issue Fixing small issue in agnostic.py to address getting the closest gridcell with LOCA data.

Relevant motivation and context Tool 2 of agnostic tools for finding a specific gridcell does not work with LOCA data.

Dependencies required for this change?

Fixes # (issue), delete if not necessary

Type of change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

Checklist:

elehmer commented 7 months ago

Merging main should help with the failing check. Otherwise looking good.

No need, re-ran the test and good to go. The runner just failed for some unknown reason.

claalmve commented 7 months ago

Thank you both!