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
19 stars 2 forks source link

Switch xr.load to xr.compute in ck.load #348

Closed elehmer closed 4 months ago

elehmer commented 4 months ago

Description of PR

Switch back to using xr.compute in ck.load as it makes more sense and seems to take less spike memory.

Summary of changes and related issue

Relevant motivation and context

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: